Goto
Top  Previous  Next

Goto

Branches unconditionally to a specified line within a procedure.

Parameters

Goto label  
 
A line label can be any combination of characters that starts with a letter and ends with a colon (:). Line labels are not case sensitive. Line labels must be in the beginning of the line.  

Remarks

Goto can branch only to lines within the procedure where it appears.