Previous Topic: ExampleNext Topic: Syntax


ELSE Control Statement

The ELSE control statement is used with the IF control statement to indicate the statements that receives control when a false condition is determined on the IF control statement.