RosettaCodeData/Task/Loops-For-with-a-specified-step/Ring/loops-for-with-a-specified-step-1.ring
2023-07-01 13:44:08 -04:00

1 line
39 B
Text

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