2 lines
76 B
Common Lisp
2 lines
76 B
Common Lisp
(setq my-table (make-hash-table :test 'equal))
|
|
(puthash "key" 123 my-table)
|