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