Handbook
Glossary
push-operand ( value gml -- )
Vocabulary
gml
.
runtime
Inputs
value
an
object
gml
an
object
Outputs
None
Definition
USING:
accessors
sequences
;
IN:
gml.runtime
:
push-operand
( value gml -- )
operand-stack>>
push
;
inline