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


deleteNth

Function: deleteNth { stack n -> }
file: job.t
package: muf
status: alpha

Remove n-th element from top of stack, sliding remaining entries down to fill the hole. Top entry is entry zero.

See section pull. See section unpush. See section delete. See section deleteBth.


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