Handbook
Glossary
compile-call ( quot -- )
Vocabulary
compiler
.
test
Inputs
quot
an
object
Outputs
None
Definition
USING:
compiler.units
kernel
stack-checker
words
;
IN:
compiler.test
:
compile-call
( quot -- )
[
dup
infer
define-temp
]
with-compilation-unit
execute
;