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


push

Function: push { value stream-or-stack -> }
file: job.t
package: muf
status: tentative

The push function inserts value into the Stack or Stream.

This function does not operate upon the job's data stack. (Other than using it for parameter and result.)

Stacks and streams currently have a maximum size of 4K slots; An error is signaled if push is invoked on a full stack or stream.

NOTE: This and the previous function may clash with CommonLisp naming conventions, in which case they may change.

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


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