Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
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
IN:
kernel
:
boolean?
( object -- ? )
dup
not
[
drop
t
]
[
t?
]
if
;