Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Labeled Statement

Provides an identifier for a statement.

Syntax: JScript Labeled Statement

label :

statement

Arguments: JScript Labeled Statement

label

A unique identifier used when referring to the labeled statement.

statement

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

Remarks: JScript Labeled Statement

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

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.