(let ((t (make-immutable-hash-table '((1 . "one") (2 . "two")))))
(display (hash-table-get t 1))
;; The following raises an exception:
(hash-table-put! t 3 "three"))
Current Rev: r1.1 - 19 May 2004 - 21:04 GMT - KarlaRamirez, Revision History:Diffs | r1.1