|
Goto
|
|
| 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.
|
| Goto can branch only to lines within the procedure where it appears.
|