Loading

UNLIST

lists

Expands a list by pushing a MARK followed by all the lists elements onto the stack.

The list can be regenerated by calling ].

UNLIST is available since version 1.0.11.

See also

Signatures

Examples

[ 1 2 3 ] UNLIST