tab Example
10 CLEAR SCREEN
20 PRINT "*** Print TEST ****"
30 PRINT "[TAB]";TAB(15);"15 spaces"
40 PRINT TABXY(5,5);"TABXY test"
50 END