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


|vals

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

Given a block of alternating key and value entries, drop the keys, leaving only the values:

Stack: [ "joe" 12 "ava" 13 "tom" 34 |
|vals
Stack: [ 12 13 34 |


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