This instruction transfers program execution to the desired instruction.
Syntax |
goto string label |
---|---|
label |
Label that identifies the program instruction from which to continue execution |
Validity |
Rule, Task |
Note |
You cannot jump outside of a function or rule |
Labels can be a maximum of 32 characters long, and the first character must be alphabetic.
Subsequent characters may be alphabetic or numeric. The use of the low segment "_" is also allowed.
Example of use:
|