RosettaCodeData/Task/Loops-Foreach/Hy/loops-foreach.hy
2023-07-01 13:44:08 -04:00

1 line
31 B
Hy

(for [x collection] (print x))