adjoin-at ( value key assoc -- )


Vocabulary
sets

Inputs
valuean object
keyan object
assocan assoc


Outputs
None

Word description
Adds value to the set stored at key of assoc.

Side effects
Modifies assoc

Definition