WIDTH 80, 50 ' set small text fonts FOR a = 0 TO 31 COLOR a ' set text color, each color is defined by it's number ' colors from 16 to 31 are blinking. PRINT "This is text color nr."; a NEXT a