HELPLIB.HLB  —  MACRO  /ALPHA  Directives  .ELSE  Example
      Here is an example of a conditional assembly directive:

        .IF EQUAL  ALPHA+1        ; Assemble block if ALPHA+1=0.
          .
          .
        .ELSE                     ; Assemble when .IF=false.
          .
          .
        .ENDC
Close Help