--- gforth/glocals.fs 1995/11/07 18:06:43 1.15 +++ gforth/glocals.fs 1995/12/23 16:21:58 1.17 @@ -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. @@ -501,7 +504,6 @@ forth definitions code-address! then ; -\ !! untested : TO ( c|w|d|r "name" -- ) \ core-ext,local \ !! state smart 0 0 0. 0.0e0 { c: clocal w: wlocal d: dlocal f: flocal }