--- gforth/environ.fs 1999/12/03 18:24:23 1.20 +++ gforth/environ.fs 2000/08/09 20:04:05 1.21 @@ -71,7 +71,7 @@ true constant CORE-EXT ( -- f ) \ enviro \G True if the complete core extension word set is present. Always true for Gforth. 1 -3 mod 0< constant FLOORED ( -- f ) \ environment -\G True if division is floored by default. +\G True if @code{/} etc. perform floored division 1 ADDRESS-UNIT-BITS cells 1- lshift 1- constant MAX-N ( -- n ) \ environment \G Largest usable signed integer.