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