Overview | Statement List | Example
JUMP/label:
This statement allows you to perform unconditional branching, which causes the program to branch to the statement containing the specified label. This feature is generally used to bypass sections of the program which are controlled by conditional branching statements or as the executable part of a logical IF statement.
Parameter |
Description |
label: |
Label to which program execution jumps. |