Handbook
Glossary
<value-ref> ( assoc key -- value-ref )
Factor handbook
»
The language
»
Collections
»
References
»
Reference implementations
Prev:
value-ref
Next:
var-ref
Vocabulary
refs
Inputs
assoc
an
assoc
key
an
object
Outputs
value-ref
a
value-ref
Word description
Creates a reference to the value associated with
key
in
assoc
.
See also
<obj-ref>
,
<var-ref>
,
<global-var-ref>
,
<slot-ref>
,
<key-ref>
Definition
USING:
kernel
;
IN:
refs
:
<value-ref>
( assoc key -- value-ref )
\
value-ref
boa
;
inline