VocabularyassocsInputs and outputs| key | an object |
| assoc | an assoc |
| value/f | the value associated to the key, or f if the key is not present in the assoc |
Word descriptionLooks up the value associated with a key. This word makes no distinction between a missing value and a value set to
f; if the difference is important, use
at*.
See alsoat*,
key?,
?at,
of,
?ofDefinition