Diff for /gforth/stuff.fs between versions 1.11 and 1.12

version 1.11, 1999/03/23 20:24:20 version 1.12, 1999/11/08 22:01:09
Line 45  AUser CSP Line 45  AUser CSP
 \ shell commands  \ shell commands
   
 0 Value $? ( -- n ) \ gforth dollar-question  0 Value $? ( -- n ) \ gforth dollar-question
 \G 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 ( addr u -- ) \ gforth

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>