GOTO
GOTO action
Function
The action jumps to a label. The script execution continues from this label.
Declaration
GOTO label
Parameters
label | in | label |
Note
Label is a sequence of characters that meets the conditions for the given object name.
Related pages: