--- gforth/glocals.fs 1995/11/07 18:06:43 1.15 +++ gforth/glocals.fs 1995/11/15 17:29:08 1.16 @@ -19,6 +19,9 @@ \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +\ More documentation can be found in the manual and in +\ http://www.complang.tuwien.ac.at/papers/ertl94l.ps.gz + \ Local variables are quite important for writing readable programs, but \ IMO (anton) they are the worst part of the standard. There they are very \ restricted and have an ugly interface.