Handbook
Glossary
redirect-closed ( obj mode fd -- )
Vocabulary
io
.
launcher
.
unix
Inputs
obj
an
object
mode
an
object
fd
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
io.launcher.unix
:
redirect-closed
( obj mode fd -- )
[
drop
"/dev/null"
]
2dip
redirect-file
;