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


|pushNth

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

Insert one entry into a block. The bottom (leftmost) element in the block is element zero:

[ 'b' 'c' 'd' |
Stack: [ 'b' 'c' 'd' |
'a' 0 |pushNth
Stack: [ 'a' 'b' 'c' 'd' |

See section |popNth.


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