Handbook
Glossary
boolean? ( object -- ? )
Vocabulary
kernel
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
boolean
class.
Definition
USING:
kernel.private
;
IN:
kernel
:
boolean?
( object -- ? )
dup
tag
1
eq?
[
drop
t
]
[
t?
]
if
;