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