--- gforth/Attic/envos.fs 1998/12/08 22:02:40 1.2 +++ gforth/Attic/envos.fs 2000/09/23 15:05:59 1.4 @@ -1,6 +1,6 @@ \ envos.fs set os-specific environmental queries 07jul97jaw -\ Copyright (C) 1997 Free Software Foundation, Inc. +\ Copyright (C) 1997,1999 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -19,5 +19,7 @@ \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. get-current environment-wordlist set-current -: os-class s" unix" ; +: os-class ( -- c-addr u ) \ gforth-environment + \G Counted string representing a description of the host operating system. + s" unix" ; set-current