Next: Old-fashioned Properties, Up: Object Properties
Create a property token that can be used with
primitive-property-ref
andprimitive-property-set!
. Seeprimitive-property-ref
for 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#f
then#f
is the property value.