--- gforth/Attic/vars.fs 1995/11/30 18:01:49 1.10 +++ gforth/Attic/vars.fs 1997/02/08 22:58:16 1.14 @@ -30,6 +30,7 @@ hex \ everything now hex! 0 Constant false 1 cells Constant cell +1 floats Constant float 20 Constant bl \ used by docon:, must be constant @@ -43,7 +44,7 @@ FF Constant /line \ User variables 13feb93py -\ doesn't produce real user variables now, but normal variables +\ initialized by COLD Create main-task 100 cells allot main-task tup H ! minimal