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


dup

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

The dup function duplicates the top argument on the data stack. This is purely a pointer operation: This will not create a copy of an object or vector or such, just a second reference to it. See section copy.


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