Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FOR zzz = 1 TO 100
IF zzz % 2 = 0 &&... even
@ 1,1 say 'TEST TEXT' color Rgb(128,0,0) &&... red
ELSE
@ 1,1 say 'TEST TEXT' color Rgb(0,0,0) &&... black
ENDIF
WAIT WINDOW TIMEOUT .5
NEXT