file: job.t package: muf status: alpha
The get
function takes a an object and a
key, and returns the corresponding public value:
Stack: makeIndex --> o Stack: 1 --> o.a Stack: o "a" get Stack: 1
Note: get
throws an error if the key is not present.
See section get?.
Note: Path notation is frequently more convenient, but
get
is more general, since the key can be any value
whatever. Path notation actually compiles into applications
of this and related function.
Go to the first, previous, next, last section, table of contents.