Class representing a branching if statement.
branchingStatement : if LPAREN booleanExpression RPAREN programBlock (else programBlock)?
if
else
Optional
Class representing a branching if statement.
branchingStatement :
ifLPAREN booleanExpression RPAREN programBlock (elseprogramBlock)?