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


dupBth

Function: dupBth
file: job.t
package: muf
status: alpha

The dupBth function duplicates the bth-from-bottom argument on the data stack: depth 1- dupBth is equivalent to dup. This is purely a pointer operation: This will not create a copy of an object or vector or such, just an additional pointer to it. See section copy.


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