Next: syslib symbols value, Previous: syslib symbols conversion, Up: syslib symbols [Index]
Accessor and mutator for the field plist
of symbol objects.
Add a new property key with value to the property list of symbol. key must be a symbol, value can be any value.
If key is already set: the old entry is mutated to reference the new value.
Return the value of the property key in the property list of symbol; if key is not set return false. key must be a symbol.
Remove property key from the list associated to symbol.
Return a new association list representing the property list of symbol. The order of the entries is the same as the property creation order.