file: job.t package: muf status: alpha
The ||swap
function swaps two stackblocks on the stack:
Stack: [ 'a' 'b' 'c' | [ 0 1 2 | ||swap Stack: [ 0 1 2 | [ 'a' 'b' 'c' |
See section swap.
Go to the first, previous, next, last section, table of contents.