


             Else (1.3 in C:) (2.x/3.x internal)



     NAME
          Else - FALSE clause of IF conditional.

     SYNOPSIS
          Else

     DESCRIPTION
            Else is used in combination with IF to perform 
        conditional testing.  If the IF conditional fails, 
        control will be passed to the commands following the 
        ELSE.  If the IF conditional succeeds, then the commands 
        following the ELSE (up to the concluding ENDIF) will be 
        skipped.

            Note that Workbench 2.x and above contains a builtin 
        version of this command.  The 1.3 of Else cannot be 
        executed outside of a script, while the 2.x/3.x version 
        of Else can be executed inside or out of a script file.

     SEE ALSO
          IF ENDIF Execute

