☜ | Parameter PassingAnnotations | ☞ |
Introduced in the 1990 ANSI M[UMPS] language standard.
This metalanguage symbol represents a parameter in an "actual" parameter list (formal parameter list: at the label of the invoked subroutine or function; actual parameter list: in the call to that subroutine or function).
An actual parameter is either an expression (passed by value) or a name of a local variable, preceded by a dot (passed by reference).
Introduced in the 1990 ANSI M[UMPS] language standard.
This metalanguage symbol represents an actual parameter list (formal parameter list: at the label of the invoked subroutine or function; actual parameter list: in the call to that subroutine or function).
An actual parameter list starts with a parenthesis open, then follows a list of actual parameters, separated by commas, and ends with a parenthesis close.
Introduced in the 1990 ANSI M[UMPS] language standard.
This metalanguage symbol represents the name of a parameter that is passed by reference.
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 13-Sep-2014, 09:20:37.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)