Local variables


The EDMexpressX defines local variables exactly like the EXPRESS language.
Local variables can be defined within compose, function, map, procedure, and statements declarations.
Unless a global variable is initialized by an initializer in the declaration, it will remain indeterminate (question) until it is set by an executable statement.