|
Navigation: Click-Script Guide > Reference > Clauses > Goto |
|
Jumps to a specific label in current event.
Syntax:
goto Label’s name |
Parameters:
Label's name |
The name of the label that defines the point you want to jump. |
Example:
// Check a password |