|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Statement |
Description |
|
Terminates the current loop or associated statement. | |
|
Activates conditional compilation support. | |
|
Causes comments to be ignored by the JScript parser. | |
|
Stops the current iteration of a loop and starts a new iteration. | |
|
Executes a block once, and then repeats execution of the loop until a conditional expression evaluates to False. | |
|
Executes a block of statements as long as a specified condition is True. | |
|
Executes a statement for each element of an object or array. | |
|
Declares a new function. | |
|
Conditionally executes a group of statements depending on the value of an expression. | |
|
Conditionally executes a group of statements depending on the value of an expression. | |
|
Provides an identifier for a statement. | |
|
Exits from the current function and returns a value from that function. | |
|
Allows creation of variables used in conditional compilation statements. | |
|
Enables the execution of one or more statements when a specified expression's value matches a label. | |
|
Refers to the current object. | |
|
Declares a variable. | |
|
Establishes the default object for a statement. | |
|
Executes a statement until a specified condition is False. |
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.