☜ | DO1990 Version of ANSI Standard | ☞ |
D[O] postcond | │ │ │ |
[ SP ] SP L doargument |
│ │ │ |
See 2.5.1 for the definition of postcond. See section 1 for the definition of L.
doargument | ::= | │ │ │ │ |
entryref postcond labelref actuallist postcond @ expratom V L doargument |
│ │ │ │ |
See 2.5.7 for the definition of entryref. See 2.5.1 for the definition of postcond. See 2.5.7 for the definition of labelref. See 2.5.9 for the definition of actuallist. See 2.2 for the definition of expratom. See section 1 for the definition of V. See section 1 for the definition of L.
An argumentless Do initiates execution of an inner block of lines. If postcond is present and its tvexpr is false, the execution of the command is complete. If postcond is absent, or the postcond is present and its tvexpr is true, the Do places a Do frame containing the current execution location, the current execution level, and the current value of $T on the PROCESS-STACK, increases the execution level by one, and continues execution at the next line in the routine. (See 2.4.2 for an explanation of routine execution.) When encountering an implicit or explicit Quit not within the scope of a subsequently executed doargument, xargument, exfunc, exvar, or For, execution of this block is terminated (see 2.6.15 for a description of the actions of Quit). Execution resumes at the command (if any) following the argumentless Do.
Do with arguments is a generalized call to the subroutine specified by the entryref, or labelref, in each doargument. The line specified by the entryref or labelref, must have a LEVEL of one. Execution of a doargument to a line whose LEVEL is not one is erroneous.
If the actuallist is present in an executed doargument, parameter passing occurs and the formalline designated by labelref must contain a formallist in which the number of names is greater than or equal to the number of actuals in the actuallist.
Each doargument is executed, one at a time in left-to-right order, in the following steps.
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.
This page most recently updated on 15-Nov-2023, 14:41:58.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)