Loading

]]

pig

Closes a currently open Vector (VLIST) and pushes it onto the stack. The elements on the stack are those up to the first mark encountered. The mark is discarded.

VLIST are represented as lists on the stack.

]] is available since version 1.2.13.

See also

Signatures

Examples

[ 3.4 5.6 [ 'k' 'z' ] ] ->V DUP TYPEOF [[ 3.4 5.6 [ 'k' 'z' ] ]] DUP TYPEOF MARK 3.4 5.6 [ 'k' 'z' ] ]] // less readable DUP TYPEOF