2 lines
96 B
Scheme
2 lines
96 B
Scheme
(define my-alist '((a b) (1 hello) ("c" (a b c)))
|
|
(define my-hash (alist->hash-table my-alist))
|