--- gforth/kernel/vars.fs 2006/12/31 13:39:19 1.44 +++ gforth/kernel/vars.fs 2007/02/23 22:33:22 1.45 @@ -167,8 +167,10 @@ has? file [IF] User base ( -- a-addr ) \ core -\G @code{User} variable -- @i{a-addr} is the address of a cell that stores the -\G number base used by default for number conversion during input and output. +\G @code{User} variable -- @i{a-addr} is the address of a cell that +\G stores the number base used by default for number conversion during +\G input and output. Don't store to @code{base}, use +\G @code{base-execute} instead. A base ! User dpl ( -- a-addr ) \ gforth \G @code{User} variable -- @i{a-addr} is the address of a cell that stores the