Description
The if statement selects a statement for execution based on the value of a boolean expression.
Syntax
Conditional Statement Syntax
<if> (condition=”boolean-expression”) <then> embedded-statement </then> <else> embedded-statement </else> </if>