If statement

Syntax

    IfStatementabbrev :
      if ParenListExpression Substatementabbrev
      if ParenListExpression SubstatementnoShortIf else Substatementabbrev
    IfStatementfull :
      if ParenListExpression Substatementfull
      if ParenListExpression SubstatementnoShortIf else Substatementfull
    IfStatementnoShortIf :
      if ParenListExpression SubstatementnoShortIf else SubstatementnoShortIf