hashtable-put!

[procedure] hashtable-put! table key obj

Bigloo: puts obj in a hash table table with key. See make-hashtable, Concept:HashTable.

Other implementaions call this hash-table-put!, hash-table-set! etc.