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

1 line
41 B
Text

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