file: job.t package: muf status: alpha
Sort the entries in a block of keyVal pairs on their keys:
Stack: [ "joe" 12 "ava" 13 "tom" 34 | |keysvalsSort Stack: [ "ava" 13 "joe" 12 "tom" 34 |
See section |sort. See section |pairsSort.
Go to the first, previous, next, last section, table of contents.