SKETCH OF HOW RESEARCH MIGHT CONTINUE AND RESULTS BE PRESENTED

JScript Statements: continue

Syntax

continue [ identifier ] ;

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