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


stack[

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

The stack[ operator converts the entire current contents of the data stack into a block:

Stack: 'a' 'b' 'c'
stack[
Stack: [ 'a' 'b' 'c' |


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