CLS FOR a = 1 TO 15 COLOR a PRINT "This is a test" NEXT a PRINT FOR a = 1 TO 15 COLOR a PRINT "This is a test"; ' << semicolon at the end prevents cursor ' from starting new line NEXT a