associate ( value key -- hash )
Factor handbook » The language » Collections » Hashtables » Hashtable utilities

Next:?set-at ( value key assoc/f -- assoc )


Vocabulary
hashtables

Inputs
valuea value
keya key


Outputs
hasha new hashtable


Word description
Create a new hashtable holding one key/value pair.

Definition