Entryref Indirection

Any element of an entryref may be replaced by indirection.

Example:

       GTM>SET lab="START",routine="PROG"
       GTM>DO @lab^@routine
        

This example is equivalent to DO START^PROG.