Go to the first, previous, next, last section, table of contents.


|keysvalsReverse

Function: |keysvalsReverse { [] -> [] }
file: job.t
package: muf
status: alpha

Reverse the contents of a block consisting of keyVal pairs:

Stack: 
10 seq[ |keysKeysvals
Stack: [ 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 |
|keysvalsReverse
Stack: [ 9 9 8 8 7 7 6 6 5 5 4 4 3 3 2 2 1 1 0 0 |


Go to the first, previous, next, last section, table of contents.