|
Action |
Defines a label within the script file to which you can transfer control.
|
Syntax |
:label
|
Remarks |
Labels must be unique within a script or user defined function and
cannot contain whitespace characters. Note also that you can define labels
inside script segments (for example inside a WHILE –