4 lines
77 B
Text
4 lines
77 B
Text
for i = 2 to 8 step 2
|
|
print i; ", ";
|
|
next i
|
|
print "who do we appreciate?"
|