inputs ( inputs# -- quot: ( gml -- gml inputs... ) )


Vocabulary
gml.runtime

Inputs
inputs#an object


Outputs
quota quotation with stack effect ( gml -- gml inputs... )


Definition


MACRO: inputs ( inputs# -- quot: ( gml -- gml inputs... ) )
[ [ dup operand-stack>> ] ] dip [ popn ] curry compose ;