Whenever a variable is defined outside of the module environment, its name is stored in the global symbol table. Whenever you are programming in immediate mode outside of a module, you are working ...
Both statements assign values to the macro variable NEW: Because NEW exists as a global variable, the macro processor changes the value of that variable rather than creating a new one. The macro NAME1 ...