Handbook
Glossary
proc>quot ( proc -- quot: ( registers gml -- registers gml ) )
Vocabulary
gml
.
core
Inputs
proc
an
object
Outputs
quot
a
quotation
with stack effect
( registers gml -- registers gml )
Definition
USING:
gml.runtime
kernel
;
IN:
gml.core
:
proc>quot
( proc -- quot: ( registers gml -- registers gml ) )
[
exec-proc
]
curry
;
inline