SKETCH OF HOW RESEARCH MIGHT CONTINUE AND RESULTS BE PRESENTED

JScript Statements: if

Syntax

if ( expression ) statement [ else statement ]

The expression between parentheses is required, as is the first statement. Continuation with the else keyword is optional but requires another statement.