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


push

Function: push { [values] stack -> }
file: job.t
package: muf
status: tentative

The ]push function inserts the given block of [values] into the given Stack.

This function does not operate upon the job's data stack. (Other popping [values] off it whend done.)

See section push. See section pull. See section unpush. See section Class Stream. See section Class Stack.


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