company logo

Else statement

The else statement defines the statements, which will be executed, when the condition in the if statement returns false.

Definition: 

else_stmt := _else bstatement