RosettaCodeData/Task/Loops-For-with-a-specified-step/Run-BASIC/loops-for-with-a-specified-step.run
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
77 B
Text

for i = 2 to 8 step 2
print i; ", ";
next i
print "who do we appreciate?"