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


delKey

Function: delKey
file: job.t
package: muf
status: alpha

The delKey function takes a an object and a key, and removes that key from that object:

Stack:
makeIndex --> o
Stack:
1 --> o.a
Stack:
o.a
Stack: 1
o "a" delKey
Stack: 1
o.a

**** Sorry: Unrecognized identifier: 'o.a'

See section delKey?.


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