☜ | linerefDraft MDC Standard | ☞ |
The Do , Goto, and Job commands, extrinsic functions and extrinsic variables, as well as the $Text function, contain in their arguments means for referring to particular lines within any routine. This subclause describes the means for making line references.
A reference to a line is either an entryref or a labelref. An entryref allows the specification of integer offsets from a label (eg, LOOP+5 references the fifth line after the line that has LOOP for a label). Also, an entryref allows indirection of both the label and the routinename. A labelref, on the other hand, allows neither label offsets nor indirection.
lineref | ::= | │ │ │ |
entryref labelref |
│ │ │ |
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.
This page most recently updated on 15-Nov-2023, 13:20:44.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)