GOTO

Redirects execution of a script to the specified script statement.

Syntax

GOTO label;

Syntax Description

label
specifies a labeled statement that is located elsewhere in the script.

Details

The GOTO statement can also be written as GO TO.