Handbook
Glossary
null-writer? ( object -- ? )
Vocabulary
io
.
streams
.
null
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
null-writer
class.
Definition
USING:
kernel
;
IN:
io.streams.null
:
null-writer?
( object -- ? )
\
null-writer
eq?
;