table-ref

[procedure] table-ref table key

[procedure] table-set! table key value

Scheme48: hash table accessor and modifier. table-ref returns #f if the key is not found. See also make-table, Concept:HashTable.