2 lines
32 B
Common Lisp
2 lines
32 B
Common Lisp
|
|
(dolist (x the-list) (print x))
|
|
|
(dolist (x the-list) (print x))
|