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