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


|push

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

Add one entry to a block:

Stack: [ 101 102 | 103
|push
Stack: [ 101 102 103 |


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