Handbook
Glossary
animated-label? ( object -- ? )
Vocabulary
rosetta-code
.
animation
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
animated-label
class.
Definition
USING:
classes.tuple.private
;
IN:
rosetta-code.animation
:
animated-label?
( object -- ? )
\
animated-label
17
tuple-instance?
;