--- gforth/stuff.fs 1999/02/16 06:32:30 1.10 +++ gforth/stuff.fs 1999/11/08 22:01:09 1.12 @@ -20,7 +20,7 @@ ' require alias needs ( ... "name" -- ... ) \ gforth -\G an alias for @code{require}; exists on other systems (e.g., Win32Forth). +\G An alias for @code{require}; exists on other systems (e.g., Win32Forth). \ needs is an F-PC name. we will probably switch to 'needs' in the future \ a little more compiler security @@ -45,11 +45,11 @@ 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 -\G Pass the string specified by 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. (system) throw TO $? ;