--- gforth/look.fs 1997/09/13 12:04:56 1.10 +++ gforth/look.fs 1999/01/03 21:48:37 1.12 @@ -1,6 +1,6 @@ \ LOOK.FS xt -> lfa 22may93jaw -\ Copyright (C) 1995 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -66,11 +66,11 @@ has? rom : PrimStart ['] true >name ; : look ( cfa -- lfa flag ) - dup dictionary-end forthstart within + dup in-dictionary? IF - PrimStart (look) - ELSE >name dup ??? <> + ELSE + PrimStart (look) THEN ; [THEN]