(Contents)(Previous)(Next)

The IF Statement

The IF statement first evaluates the logical condition. If the specified condition is satisfied, the statement defined in the THEN branch is executed. Otherwise the statement in the ELSE branch is executed, if any.

Example:

Syntax:


(Contents)(Previous)(Next)