Next: Old-fashioned Properties, Up: Object Properties
Create a property token that can be used with
primitive-property-refandprimitive-property-set!. Seeprimitive-property-reffor the significance of not-found-proc.
Return the property prop of obj.
When no value has yet been associated with prop and obj, the not-found-proc from prop is used. A call
(not-found-proc prop obj)is made and the result set as the property value. If not-found-proc is#fthen#fis the property value.