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