Loading

LIST->

lists conversion

The LIST-> function extracts the elements of the LIST at the top of the stack and pushes them onto the stack one by one. The function then pushes onto the stack the number of elements that were in the LIST.

LIST-> is available since version 1.0.0.

See also

Signatures

Examples

[ 'uno' 'dos' 'tres' ] LIST-> //->LIST //uncomment this line to rebuild the list from the stack