Translate page

GOTO

 


Branches to a label within the script. The label can appear in the script before or after the goto command.

 

Usage: goto ‘‘mylabel’‘

or

 goto mylabel

 

Next Command