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


deleteBth

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

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

See section pull. See section unpush. See section delete. See section deleteNth.


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