Diff for /gforth/kernel/tools.fs between versions 1.10 and 1.11

version 1.10, 1999/03/23 20:24:27 version 1.11, 1999/03/29 22:52:35
Line 77  Variable /dump Line 77  Variable /dump
   
 include  ../termsize.fs  include  ../termsize.fs
   
 : words ( -- ) \ tools  : words
     \G ** this will not get annotated. See other defn in search.fs .. **      \G ** this will not get annotated. See other defn in search.fs .. **
       \G It does not work to use "wordset-" prefix since this file is glossed
       \G by cross.fs which doesn't have the same functionalty as makedoc.fs
     cr 0 context @ wordlist-id      cr 0 context @ wordlist-id
     BEGIN      BEGIN
         @ dup          @ dup

Removed from v.1.10  
changed lines
  Added in v.1.11


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