chickadee » library » get

get SYMBOL PROPERTY #!optional DEFAULTprocedure

Returns the value stored under the key PROPERTY in the property list of SYMBOL. If no such property is stored, returns DEFAULT. The DEFAULT is optional and defaults to #f.