chickadee » spock » %property-ref

(%property-ref NAME [X])syntax
(%property-set! NAME X Y)syntax

Retrieve or set the named property NAME (a string or symbol) of object X. The second form assigns Y to the property NAME of X. No automatic argument conversions take place.

(%property-ref NAME) is a shortcut for (lambda (x) (%property-ref NAME)).