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


]popNth

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

Same as |popNth except the block is dropped.

[ 'a' 'b' 'c' |
Stack: [ 'a' 'b' 'c' |
0 ]popNth
Stack: 'a'


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