Diff for /gforth/kernel/tools.fs between versions 1.23 and 1.25

version 1.23, 2006/05/13 08:01:05 version 1.25, 2007/07/06 12:54:57
Line 1 Line 1
 \ TOOLS.FS     Toolkit extentions                      2may93jaw  \ TOOLS.FS     Toolkit extentions                      2may93jaw
   
 \ Copyright (C) 1995,1998,1999,2001,2003 Free Software Foundation, Inc.  \ Copyright (C) 1995,1998,1999,2001,2003,2006 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 28  hex Line 28  hex
   
 \ .S            CORE / CORE EXT                         9may93jaw  \ .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 A variable containing 9 by default.  @code{.s} and @code{f.s}
 \G display at most that many stack items.  \G display at most that many stack items.
 9 maxdepth-.s !  9 maxdepth-.s !

Removed from v.1.23  
changed lines
  Added in v.1.25


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>