set-at-once ( value key assoc -- )


Vocabulary
biassocs

Inputs
valuean object
keyan object
assocan assoc


Outputs
None

Word description
If the assoc does not contain the given key, adds the key/value pair to the assoc, otherwise does nothing.

Definition