Toshiba KB-80 Computer Keyboard User Manual


 
- 32 -
GOTO
Function Moves the execution to the specified line without any conditions.
Format GOTO <line number>
Term <line number>: The line number to which the execution is moved
Explanation The GOTO statement moves the execution to the specified line. When the specified
line is a non-executable statement (such as a REM statement or a DATA statement),
the execution starts from the next executable statement.
To move the execution to any line according to a calculation result and a numeric
value, the ON ~ GOTO statement should be used.