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


remprop

Function: remprop { symbol key }
file: 10-C-lists.muf
package: muf
status: alpha

This function removes any property key which might be present on symbol.

Stack:
'sym "val" "key" putprop
Stack:
'sym "key" getprop
Stack: "val"
pop   'sym "key" remprop
Stack:
'sym "key" getprop
Stack: nil

See section putprop. See section getprop.


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