If
statements must be multiline. Multiple "Else If" intermediate
conditions are supported. "ElseIf" and "EndIf" are also accepted in
place of "Else If" and "End If".
Syntax:
If Condition Then
...
Else If Condition Then
...
Else If AnotherCondition Then
...
Else
...
End If