To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
GOTO - Transfers control to a specified line.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
GOTO
Transfers control to a specified line.
GOTO { line-label | line-number }
Usage:
GOTO 510
GOTO Loop
Example:
GOTO.BAS
Description:
Program execution continues at the specified line. This line must be in the current context.
See Also:
GOSUB
,
ON