image\cslogo3d1.gif

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 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.