표현식 내:
var x = ((1) + 2) + 3
화살표 함수 인수 목록 내:
var incrementer = (x) => x + 1
TypeScript 및 Flow 타입 선언 내:
type Card = (Suit & Rank) | (Suit & Number)