[gforth] / gforth / fi2c.fs  

gforth: gforth/fi2c.fs

Diff for /gforth/fi2c.fs between version 1.16 and 1.17

version 1.16, Sun Mar 4 22:39:37 2007 UTC version 1.17, Sun Mar 18 22:35:52 2007 UTC
Line 33 
Line 33 
 \ save information of current dictionary to restore with environ>  \ save information of current dictionary to restore with environ>
 Variable env-current  Variable env-current
   
 : >ENVIRON get-current env-current ! target-environment set-current ;  : >ENVIRON get-current env-current ! target-environment set-current
 : ENVIRON> env-current @ set-current ;    also target-environment context ! ;
   : ENVIRON> previous env-current @ set-current ;
   
 : t-env? ( addr len -- [ x ] true | false )  : t-env? ( addr len -- [ x ] true | false )
 \G returns the content of environment variable and true or  \G returns the content of environment variable and true or


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help