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


|setNth

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

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

Stack: 
[ 'a' 'B' 'c' 'd' |
Stack: [ 'a' 'B' 'c' 'd' |
'b' 1 |setNth
Stack: [ 'a' 'b' 'c' 'd' |


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