5.1.10 Transforming sequences into lists and lists into sequences
To transform a sequence into list, you can put square brackets
([]) around the sequence.
The makevector and nop
commands have the same effect.
-
makevector (or nop) takes
S, a sequence.
- makevector(S) (or nop(S)) returns the
list with the same elements as S in the same order.
The makesuite
command transforms a list into a sequence.
Note that op (see Section 7.2.3)
can do the same thing.
-
makesuite takes
L, a list.
- makesuite(L) returns the sequence with the same
elements as L and the same order.
Examples
or:
or:
or:
or: