RUN returns an exit status, not a proc object.
This commit is contained in:
parent
7d67cc736b
commit
4098c60752
|
@ -188,7 +188,7 @@ There are three basic {\Scheme} forms that use extended process forms:
|
|||
|
||||
\dfn {exec-epf} {. \var{epf}} {\noreturn} {syntax}
|
||||
\dfnx {\&} {. \var{epf}} {proc} {syntax}
|
||||
\dfnx {run} {. \var{epf}} {proc} {syntax}
|
||||
\dfnx {run} {. \var{epf}} {status} {syntax}
|
||||
\begin{desc}
|
||||
\index{exec-epf} \index{\&} \index{run}
|
||||
The \ex{(exec-epf . \var{epf})} form nukes the current process: it establishes
|
||||
|
|
Loading…
Reference in New Issue