Handbook
Glossary
,, ( value key -- )
Factor handbook
»
The language
»
Collections
»
Making sequences with variables
Prev:
# ( n -- )
Next:
%% ( assoc -- )
Vocabulary
make
Inputs
value
an
object
key
an
object
Outputs
None
Word description
Stores the key/value pair into the assoc being constructed by
make
.
Definition
USING:
assocs
namespaces
;
IN:
make
:
,,
( value key -- )
building
get
set-at
;