Handbook
Glossary
inputs ( inputs# -- quot: ( gml -- gml inputs... ) )
Vocabulary
gml
.
runtime
Inputs
inputs#
an
object
Outputs
quot
a
quotation
with stack effect
( gml -- gml inputs... )
Definition
USING:
accessors
kernel
;
IN:
gml.runtime
MACRO:
inputs
( inputs# -- quot: ( gml -- gml inputs... ) )
[
[
dup
operand-stack>>
]
]
dip
[
popn
]
curry
compose
;