> > On Fri, 2005-10-14 at 14:15 -0700, Gregory Woodhouse wrote: > > If you are not allowed to user persistent data structures (i.e., > > globals) > > Globals are not user persistent data structs. Globals are evil name > space polution, debugging traps. > > Ruben
Ruben, are you sure you aren't thinking of global variables in C or other non-MUMPS languages? globals in MUMPS are user persistent data structures. They are definitely not name space pollution, nor debugging traps in MUMPS. David Whitten ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
