RosettaCodeData/Task/Loops-For-with-a-specified-step/Ring/loops-for-with-a-specified-step-1.ring
2016-12-05 23:44:36 +01:00

1 line
39 B
Text

for i = 0 to 10 step 2 see i + nl next