Handbook
Glossary
output-process-error ( output process -- * )
Vocabulary
io
.
launcher
Definition
IN:
io.launcher
ERROR:
output-process-error
output process
;
Methods
USING:
accessors
debugger
io
io.launcher
kernel
prettyprint
;
M:
output-process-error
error.
[
"Process:"
print
process>>
.
nl
]
[
"Output:"
print
output>>
print
]
bi
;