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


|unshift

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

Insert a value as first element of a block:

Stack: [ 1 2 3 | 0
|unshift
Stack: [ 0 1 2 3 |


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