[gforth] / gforth / environ.fs  

gforth: gforth/environ.fs

Diff for /gforth/environ.fs between version 1.15 and 1.16

version 1.15, Sat Sep 13 12:04:55 1997 UTC version 1.16, Sat Oct 10 10:28:34 1998 UTC
Line 31 
Line 31 
   
 : e? name environment? 0= ABORT" environmental dependency not existing" ;  : e? name environment? 0= ABORT" environmental dependency not existing" ;
   
 : has? name environment? IF ELSE false THEN ;  : has? name environment? 0= IF false THEN ;
   
 : $has? environment? IF ELSE false THEN ;  : $has? environment? 0= IF false THEN ;
   
 environment-wordlist set-current  environment-wordlist set-current
 get-order environment-wordlist swap 1+ set-order  get-order environment-wordlist swap 1+ set-order


Generate output suitable for use with a patch program
Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help