Handbook
Glossary
tests-world? ( object -- ? )
Vocabulary
game
.
debug
.
tests
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
tests-world
class.
Definition
USING:
classes.tuple.private
;
IN:
game.debug.tests
:
tests-world?
( object -- ? )
\
tests-world
23
tuple-instance?
;