Diff for /gforth/kernel/getdoers.fs between versions 1.8 and 1.9

version 1.8, 2003/03/09 15:17:06 version 1.9, 2003/08/18 19:29:16
Line 58  doer? :dofield [IF] Line 58  doer? :dofield [IF]
 true [IF] \ !! don't know what to put here  true [IF] \ !! don't know what to put here
 : dodoes: ( -- addr )   \ gforth  : dodoes: ( -- addr )   \ gforth
     \G The code address of a @code{field}???      \G The code address of a @code{field}???
     ['] spaces >code-address ;      ['] DOES> >code-address ;
 [THEN]  [THEN]

Removed from v.1.8  
changed lines
  Added in v.1.9


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