Loading

LSORT

lists

The LSORT function sorts the list on the top of the stack.

If it is not a list, it raises an error. The original list is modified.

LSORT is available since version 1.0.0.

See also

Signatures

Examples

[ 'z' 'b' 'x' 'a' 'd' ] 'mylist' STORE $mylist LSORT // Sort the list on top of the stack, let it on top of the stack $mylist // The list in now sorted