chickadee » chicken » plist » symbol-plist

symbol-plist SYMBOLprocedure
set! (symbol-plist SYMBOL) LSTprocedure

Returns the property list of SYMBOL or sets it. The property list is a flat list of alternating properties and values.

This list is not guaranteed to be a fresh copy, so avoid mutating it directly.