Handbook
Glossary
,% ( elt key -- )
Vocabulary
make
Inputs
elt
an
object
key
an
object
Outputs
None
Word description
Adds an element to the key/value pair in the assoc being constructed by
make
.
Definition
USING:
assocs
namespaces
;
IN:
make
:
,%
( elt key -- )
building
get
push-at
;