Loading

[

lists stack

Starts a list creation.

The [ function creates a list by pushing a mark onto the stack. This is a syntactic help to better present list constructions. This function behaves like MARK.

[ is available since version 1.0.0.

See also

Signatures

Examples

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