Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Parameter Passing

Annotations

actual

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).

actuallist

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.

actualname

Introduced in the 1990 ANSI M[UMPS] language standard.

This metalanguage symbol represents the name of a parameter that is passed by reference.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

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)