Handbook
Glossary
?closed ( obj -- obj' )
Vocabulary
io
.
launcher
.
unix
Inputs
obj
an
object
Outputs
obj'
an
object
Definition
USING:
io.launcher
kernel
;
IN:
io.launcher.unix
:
?closed
( obj -- obj' )
dup
+closed+
eq?
[
drop
"/dev/null"
]
when
;