2 lines
45 B
Common Lisp
2 lines
45 B
Common Lisp
(dolist (k (map first alist))
|
|
(println k))
|
(dolist (k (map first alist))
|
|
(println k))
|