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


|shift

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

Remove first element from a block, leaving it on stack.

Stack: 
[ 'a' 'b' 'c' 'd' |
Stack: [ 'a' 'b' 'c' 'd' |
|shift
Stack: [ 'b' 'c' 'd' | 'a' 

See section |shiftp. See section |unshift. See section ]shift. See section |pop.


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