Diff for /gforth/Attic/envos.fs between versions 1.7 and 1.9

version 1.7, 2003/08/25 14:17:44 version 1.9, 2006/04/02 22:38:25
Line 22  get-current environment-wordlist set-cur Line 22  get-current environment-wordlist set-cur
 : os-class ( -- c-addr u ) \ gforth-environment  : os-class ( -- c-addr u ) \ gforth-environment
     \G Counted string representing a description of the host operating system.      \G Counted string representing a description of the host operating system.
     s" unix" ;      s" unix" ;
   : os-type ( -- c-addr u ) \ gforth-environment
       \G Counted string equal to "$host_os"
       s" cygwin" ;
 set-current  set-current

Removed from v.1.7  
changed lines
  Added in v.1.9


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