Loading

MSORT

maps

The function MSORT inspects the top of the stack. If it is a MAP, it sorts the MAP according to its keys. Only MAPs of type LinkedHashMap, which are the most commons in WarpScript, can be sorted.

MSORT is available since version 1.0.0.

See also

Signatures

Examples

{ 'b' 0 'd' 34 'a' 21 'z' 42 'x' -1 } MSORT