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