Handbook
Glossary
%% ( assoc -- )
Factor handbook
»
The language
»
Collections
»
Making sequences with variables
Prev:
,, ( value key -- )
Next:
building
Vocabulary
make
Inputs
assoc
an
assoc
Outputs
None
Word description
Adds all entries from
assoc
to the assoc being constructed by
make
.
Definition
USING:
assocs
kernel
namespaces
;
IN:
make
:
%%
( assoc -- )
building
get
swap
assoc-union!
drop
;