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

1 line
41 B
Text

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