--- gforth/colorize.fs 1996/01/07 17:22:08 1.3 +++ gforth/colorize.fs 1999/04/16 22:19:51 1.5 @@ -1,6 +1,6 @@ \ COLORIZE.STR Coloured .NAME and WORDS 20may93jaw -\ Copyright (C) 1995 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -51,7 +51,8 @@ Color: Hig# : .name (.name) ct @ attr! ; -: words context @ +\ nac31mar1999 fixed up for 0.4.0 to match std words +: words context @ wordlist-id BEGIN @ dup WHILE dup (.name) REPEAT drop ct @ attr! ;