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


vals[

Function: vals[
file: job.t
package: muf
status: alpha

The vals[ function takes an object and pushes a block consisting of all public values on the object:

makeIndex --> o
Stack:
1 --> o.a   2 --> o.b   3 --> o.c
Stack: 
o vals[
Stack: [ 1 2 3 |


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