--- gforth/kernel/tools.fs 2006/05/13 08:01:05 1.23 +++ gforth/kernel/tools.fs 2007/12/31 17:34:59 1.26 @@ -1,6 +1,6 @@ \ TOOLS.FS Toolkit extentions 2may93jaw -\ Copyright (C) 1995,1998,1999,2001,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1998,1999,2001,2003,2006,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -28,7 +28,7 @@ hex \ .S CORE / CORE EXT 9may93jaw -variable maxdepth-.s \ gforth maxdepth-dot-s +variable maxdepth-.s ( -- addr ) \ gforth maxdepth-dot-s \G A variable containing 9 by default. @code{.s} and @code{f.s} \G display at most that many stack items. 9 maxdepth-.s !