--- gforth/Attic/vars.fs 1996/01/07 17:22:16 1.11 +++ 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,6 +44,8 @@ FF Constant /line \ User variables 13feb93py +\ initialized by COLD + Create main-task 100 cells allot main-task tup H ! minimal