Handbook
Glossary
peek-operand ( gml -- value ? )
Vocabulary
gml
.
runtime
Inputs
gml
an
object
Outputs
value
an
object
?
an
object
Definition
USING:
accessors
sequences
;
IN:
gml.runtime
:
peek-operand
( gml -- value ? )
operand-stack>>
[
f
f
]
[
last
t
]
if-empty
;
inline