Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!lavaca.uh.edu!elroy!cosc6bp From: cosc6bp@elroy.uh.edu (A JETSON News User) Newsgroups: comp.lang.rexx Subject: Re: A Suggestion For Adding Function Pointers To REXX Message-ID: <5344.25b20330@elroy.uh.edu> Date: 15 Jan 90 23:06:56 GMT References: <25545@cup.portal.com> Organization: University of Houston Lines: 9 Ummm, I don't think that using & is such a good idea. One reason is that IBM's EXEC and EXEC2 languages required you to use &'s in front of variable names. It was messy. REXX was a vast improvement on the EXEC languages and the fact that you didn't have to use &'s was one of the reasons it became such a success. However, the need for pointers, or a pointer substitute is a good idea. Ignacio Valdes