seq

seq x -- encloses x in a sequence of length 1, even if x is already a sequence. This is needed because the convention about commas can produce only sequences of length 2 and greater, and the convention about empty pairs of parentheses can produce only sequences of length zero.

See also sequence and lists, arrays, and sequences.

Go to main index.

Go to concepts index.