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


|keys

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

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

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


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