- 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.
This tail of the property list is not guaranteed to be a fresh copy, so avoid mutating it directly.
PROPERTIES may also be an atom, in which case it is treated as a list of one element.