GOTO
You can use this function to defines the script to branch to a routine defined within the script.
The format of this function is
GOTO
routine_name. For example,
GOTO SENDFILE
The routine name can contain 1 - 16 characters. The colon that is the first character of the routine name is not used in the GOTO function.