3 lines
76 B
Text
3 lines
76 B
Text
|
|
(dolist (e alist)
|
||
|
|
(println (format "key: %-9s val: %s" (map string e))))
|