file: job.t package: muf status: alpha
The ]|join
function merely merges two
stack blocks into one:
Stack: 4 seq[ 4 seq[ Stack: [ 0 1 2 3 | [ 0 1 2 3 4 | ]|join Stack: [ 0 1 2 3 0 1 2 3 | |sort Stack: [ 0 0 1 1 2 2 3 3 | |uniq Stack: [ 0 1 2 3 |
Go to the first, previous, next, last section, table of contents.