Loading

]

lists

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

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

] is available since version 1.0.0.

See also

Signatures

Examples

[ 5 5 42 ] MARK 5 5 42 ] // Less readable. { 5 5 42 ] // A map start is also a mark. Far less readable.