[gforth] / gforth / stuff.fs  

gforth: gforth/stuff.fs

Diff for /gforth/stuff.fs between version 1.13 and 1.14

version 1.13, Fri Dec 3 18:24:23 1999 UTC version 1.14, Mon May 15 14:04:10 2000 UTC
Line 49 
Line 49 
 \G @code{Value} -- the exit status returned by the most recently executed  \G @code{Value} -- the exit status returned by the most recently executed
 \G @code{system} command.  \G @code{system} command.
   
 : system ( addr u -- ) \ gforth  : system ( c-addr u -- ) \ gforth
 \G Pass the string specified by @var{c-addr, u} to the host operating system  \G Pass the string specified by @var{c-addr u} to the host operating system
 \G for execution in a sub-shell.  \G for execution in a sub-shell.
     (system) throw TO $? ;      (system) throw TO $? ;
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help