


             EndIf(V1.3 in C:) (v 2.x/3.x internal)



     NAME
          EndIf - Show end of IF ELSE Conditional.

     SYNOPSIS
          EndIf

     DESCRIPTION
            This is used to mark the end of a conditional block 
        in a script. Note that in 2.x/3.x this command is 
        builtin.

            If the tested condition proves false then all 
        commands after ELSE and before ENDIF are executed. If the 
        tested condition is true, then all commands after the IF 
        and before the ELSE keywords are executed.

     SEE ALSO
          IF ELSE Execute
