RosettaCodeData/Task/Loops-For-with-a-specified-step/MAXScript/loops-for-with-a-specified-step-1.max

2 lines
39 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
for i = 0 to 10 by 2 do format "%\n" i