,, ( value key -- )
Factor handbook » The language » Collections » Making sequences with variables

Prev:# ( n -- )
Next:%% ( assoc -- )


Vocabulary
make

Inputs
valuean object
keyan object


Outputs
None

Word description
Stores the key/value pair into the assoc being constructed by make.

Definition