a quotation with stack effect ( ... key1 key2 -- ... value )
Outputs
value
a previously-retained or freshly-computed value
Word description If a single key composed of the input keys is present in the assoc, outputs the associated value, otherwise calls the quotation to produce a value and stores the keys/value pair into the assoc. Returns the value stored in the assoc. Returns a value either looked up or newly stored in the assoc.