SKETCH OF HOW RESEARCH MIGHT CONTINUE AND RESULTS BE PRESENTED

JScript Statements: break

Syntax

break [ identifier ] ;

The optional identifier must begin on the same source line as the break keyword and must label a block statement in whose body the break statement is nested. A break statement with no identifier must be nested in the body of a loop or switch statement. The terminating semicolon is ordinarily required.