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