VMS Help  —  MACRO  /ALPHA  Directives  .ENDR
    End repeat range directive

    Format

      .ENDR

1  –  Description

    .ENDR indicates the end of a repeat range. It must be the final
    statement of every repeat block. A repeat block consists of
    any range of text beginning with the .IRP, .IRPC, or .REPEAT
    directive. For more information, see the description for the
    .IRP, .IRPC, or .REPEAT directives for examples of how to use the
    .ENDR directive.

2  –  Notes

    o  If .ENDR is encountered outside a repeat block, the assembler
       displays an error message.
Close Help