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