The else statement defines the statements, which will be executed, when the condition in the if statement returns false.
else_stmt := _else bstatement