Posts Tagged ‘else’

The ELSE Clause

Tuesday, January 29th, 2008

If statements not only allow us to specify statements to be run if a condition is true. By adding an else clause we can also specify alternative statements to be run if the condition is false.

The ELSE Clause