Diff for /gforth/environ.fs between versions 1.11 and 1.12

version 1.11, 1997/03/21 12:21:12 version 1.12, 1997/06/06 17:27:54
Line 51  true constant CORE-EXT Line 51  true constant CORE-EXT
 -1 MAX-N 2constant MAX-D  -1 MAX-N 2constant MAX-D
 -1. 2constant MAX-UD  -1. 2constant MAX-UD
   
 0 1 2constant gforth \ minor major version  version-string 2constant gforth \ version string (for versions>0.3.0)
   \ the version strings of the various versions are guaranteed to be
   \ sorted lexicographically
   
 : return-stack-cells ( -- n )  : return-stack-cells ( -- n )
     [ forthstart 6 cells + ] literal @ cell / ;      [ forthstart 6 cells + ] literal @ cell / ;

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>