RosettaCodeData/Task/Loops-Foreach/Maple/loops-foreach.maple

4 lines
47 B
Text
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
for p in [2, 3, 5, 7] do
print(p);
end do;