hash-table-push!

[procedure] hash-table-push! hash-table key value

Gauche: conses value to the list kept in the hash table with key. See also hash-table-pop!, Concept:HashTable.