[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GOTO Unconditional Branch
GOTO {linenum | linelabel}
Causes program execution to branch to a specified line.
----------------------------------------------------------------------
Notes: The target of the GOTO must be at the same program level.
That is, you cannot GOTO a subprogram, subroutine, or
multiline function definition.
See Also:
EXIT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson