Microsoft® JScript™
Labeled Statement
 Language Reference 
Version 3 

See Also


Description
Provides an identifier for a statement.
Syntax
label :
    statement

Labeled statement syntax has these parts:

Part Description
label A unique identifier used when referring to the labeled statement.

statement The statement associated with label. May be a compound statement.

Remarks
Labels are used by the break and continue statements to specify the statement to which the break and continue apply.


© 1997 by Microsoft Corporation. All rights reserved.