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

2015-02-20 00:35:01 -05:00
for i = 0 to 10 by 2 do format "%\n" i