Function: puthash

Associate KEY with VALUE in hash table TABLE.
If KEY is already present in table, replace its current value with
VALUE. In any case, return VALUE.

(fn KEY VALUE TABLE)