|
Label and Goto |
Top Previous Next |
"Label" marks a position in the script with the specified identifier. It is used as the target for the "goto" statement.
"Goto" jumps to the specified label identifier and continues script execution there.
Example:
|