Else
------------------
Basic keyword
Use:
Part of the
If
structure.
Example:
If
a%
>
b%
Then
C%
=
2
Else
C%
=
1
EndIf