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


]pop

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

The ]pop operator discards the block on the stack:

Stack: 
14 seq[ |unsort
Stack: [ 11 9 8 4 13 6 7 3 10 1 12 5 2 0 |
]pop
Stack: 


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