file: job.t package: muf status: alpha
The delKey?
function takes a an object and a
key, and removes that key from that object. It
returns the previous value of that key on top of
a success/failure flag:
Stack: makeIndex --> o Stack: 1 --> o.a Stack: o.a Stack: 1 pop o "a" delKey? Stack: t 1 o.a **** Sorry: Unrecognized identifier: 'o.a'
See section delKey.
Go to the first, previous, next, last section, table of contents.