Loading

)

sets

Closes a currently open set and pushes it onto the stack.

The ) function pops from the stack the elements of the set up to the first mark encountered. The marks are consumed.

) is available since version 1.2.13.

See also

Signatures

Examples

( 5 5 42 ) SET-> MARK 5 5 42 ) SET-> // Less readable. [ 5 5 42 ) SET-> // A list start is also a mark. Far less readable.