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


|pop

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

Remove one entry from a block, leaving it on the stack:

Stack: [ 101 102 103 |
|pop
Stack: [ 101 102 | 103


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