22.11.11.2 if - else - endif

When the "if" condition, enclosed with brackets "( )", is true, the expression following the "if ( )" statement is run. When the condition is false, the "else" expression is run.