Diff for /gforth/test/other.fs between versions 1.18 and 1.22

version 1.18, 2000/09/23 15:47:12 version 1.22, 2003/03/09 15:17:07
Line 1 Line 1
 \ various tests, especially for bugs that have been fixed  \ various tests, especially for bugs that have been fixed
   
 \ Copyright (C) 1997,1998,2000 Free Software Foundation, Inc.  \ Copyright (C) 1997,1998,2000,2003 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 72  throw \ if the TOS is not 0, throw an er Line 72  throw \ if the TOS is not 0, throw an er
   
 \ look for primitives  \ look for primitives
   
 ' + look 0= throw ( nt )  ' + xt>threaded threaded>name dup 0= throw ( nt )
 s" +" find-name <> throw  s" +" find-name <> throw
   
 \ represent  \ represent

Removed from v.1.18  
changed lines
  Added in v.1.22


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