chickadee » library » get-properties

get-properties SYMBOL PROPERTIESprocedure

Searches the property list of SYMBOL for the first property with a key in the list PROPERTIES. Returns 3 values: the matching property key, value, and the tail of property list after the matching property. When no match found all values are #f.

PROPERTIES may also be an atom, in which case it is treated as a list of one element.