5 lines
82 B
Text
5 lines
82 B
Text
FOR n = 2 TO 8 STEP 2
|
|
PRINT n & "..";
|
|
NEXT n
|
|
PRINT "who do we appreciate?"
|
|
END
|