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