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


dupNth

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

The dupNth function duplicates the nth-from-top argument on the data stack: 1 dupNth is equivalent to dup. 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.

This function is called pick in muck muf and traditional Forth: Muq muf attempts to adopt systematic naming conventions ala emacs lisp, in order to increase the utility of apropos-style help commands.


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