- sort! SEQ <?procedure
Attempts to sort the SEQ in place, but will return a sorted sequence.
- SEQ
- sequence ; sequence to sort.
- <?
- binary-predicate ; less-than predicate.
Return sequence is coerced to the same type as SEQ.
Attempts to sort the SEQ in place, but will return a sorted sequence.
Return sequence is coerced to the same type as SEQ.