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