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


|first

Function: |first do{ [] -> [] arg }
file: job.t
package: muf
status: alpha

Returns first (leftmost/bottommost) element of stackblock. Exactly equivalent to 0 |dupNth.

Stack: [ 'a' 'b' 'c' | 
|first
Stack: [ 'a' 'b' 'c' | 'a'

See section |dupNth.


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