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

ASSIGN

Draft MDC Standard

8.2.2 Assign

A[SSIGN] postcond SP L assignargument

    assignargument::=

assigndestination = object
@ expratom V L assignargument


    assigndestination::=

assignleft
( L assignleft )


    assignleft::=

lvn
owpropetry


Assign is a special means for explicitly assigning a reference to an object to an lvn. The Assign command behaves similar to the Set command, with the exception that the final value of the expr to the right-hand side of the = sign must be of data type OREF and will not be coerced into a value of data type MVAL. (See notes under 7.1.1.1.2 for the results of the Assign command with various operands)

This special behavior allows the Assign command to transfer the value of data type OREF to the assignleft.

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 28-Nov-2011, 21:33:04.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)