--- gforth/stuff.fs 1999/03/23 20:24:20 1.11 +++ gforth/stuff.fs 1999/11/08 22:01:09 1.12 @@ -45,7 +45,7 @@ AUser CSP \ shell commands 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. : system ( addr u -- ) \ gforth