put!

[procedure] put! hash-table key prop value

Chicken: stores value as property prop of the item key in the hash table hash-table. See also get, make-hash-table.