VocabularyassocsInputskey | an object to look up in the assoc |
assoc | an assoc |
Outputsvalue/f | the value associated to the key, or f if the key is not present in the assoc |
? | a boolean indicating if the key was present |
Generic word contractLooks up the value associated with a key. The boolean flag can decide between the case of a missing value, and a value of
f.
See alsoat,
key?,
?at,
of,
?ofDefinitionMethods