[gforth] / gforth / stuff.fs  

gforth: gforth/stuff.fs

Diff for /gforth/stuff.fs between version 1.9 and 1.10

version 1.9, Wed Feb 3 00:10:22 1999 UTC version 1.10, Tue Feb 16 06:32:30 1999 UTC
Line 44 
Line 44 
   
 \ shell commands  \ shell commands
   
 0 Value $? ( -- n ) \ gforth  0 Value $? ( -- n ) \ gforth dollar-question
 \G VALUE: The exit status returned by the most recently executed  \G VALUE: The exit status returned by the most recently executed
 \G @code{system} command.  \G @code{system} command.
   
Line 60 
Line 60 
   
 \ stuff  \ stuff
   
 : ]L ( compilation: n -- ; run-time: -- n )  : ]L ( compilation: n -- ; run-time: -- n ) \ gforth
     \G equivalent to "] literal"      \G equivalent to @code{] literal}
     ] postpone literal ;      ] postpone literal ;
   
 : in-dictionary? ( x -- f )  : in-dictionary? ( x -- f )


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help