DBG$HELP.HLB  —  DEBUG  Built in Symbols, %NAME
    Enables you to constuct identifiers that are not ordinarily legal
    in the current language.

    Format:

    %NAME id-char-string
    %NAME 'any-char-string'

    Examples:

    DBG> EXAMINE %NAME 12      ! Examine variable nameD '12'
    DBG> EXAMINE %NAME 'P.AAA' ! Examine generated label P.AAA
Close Help