Directs the PRINT statement to start at a particular point on a line. The argument must be INTEGER and if the required TAB position has been passed over, the command will be ignored.
Program Example.
00100 REM Demonstration of the TAB command.
00110 PRINT TAB(10);"Hello"
00120 END