☜ | Process-Stack1995 Version of ANSI (Equivalent to Current ISO Version) of Standard | ☞ |
The PROCESS-STACK is a virtual last-in-first-out (LIFO) list (a simple push-down stack) used to describe the behavior of M. It is used as an aid in describing how M appears to work and does not imply that an implementation is required to use such a stack to achieve the specified behavior. Three types of items, or frames, will be placed on the PROCESS-STACK, Do frames (including Xecutes), extrinsic frames (including exfunc and exvar) and error frames (for errors that occur during error processing):
The term CONTEXT-STRUCTURE is used to refer to a set of information related to the maintenance of the process context.
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 28-Nov-2011, 21:03:45.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)