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