Else

Else-Statement

Related Topics Link IconRelated Topics  

Definition

Introduces the instruction part for a condition where the result is FALSE.
You must indent commands you want to execute after the Else-statement.

If you delete an IF or ELSE statement you need to manually reduce the indent of all associated commands in order for these commands to be executed again. Please note that this is not done automatically.