RosettaCodeData/Task/Loops-Foreach/Common-Lisp/loops-foreach-3.lisp

2 lines
32 B
Common Lisp

(dolist (x the-list) (print x))