HELPLIB.HLB  —  MACRO  /ALPHA  Directives  .MEXIT  Notes
    o  When .MEXIT occurs in a repeat block, the assembler terminates
       the current repetition of the range and suppresses further
       expansion of the repeat range.

    o  When macros or repeat blocks are nested, .MEXIT exits to the
       next higher level of expansion.

    o  If .MEXIT occurs outside a macro definition or a repeat block,
       the assembler displays an error message.
Close Help