RosettaCodeData/Task/Loops-Foreach/Hy/loops-foreach.hy
2017-09-25 22:28:19 +02:00

1 line
31 B
Hy

(for [x collection] (print x))