--- gforth/kernel/basics.fs 2007/12/31 18:40:26 1.62 +++ gforth/kernel/basics.fs 2008/11/13 22:37:02 1.63 @@ -303,7 +303,7 @@ is throw \ HEX DECIMAL 2may93jaw : decimal ( -- ) \ core - \G Set @code{base} to &10 (decimal). Don't use @code{hex}, use + \G Set @code{base} to &10 (decimal). Don't use @code{decimal}, use \G @code{base-execute} instead. a base ! ; : hex ( -- ) \ core-ext