Handbook
Glossary
compile? ( word -- ? )
Vocabulary
compiler
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
stack-checker.inlining
words
;
IN:
compiler
:
compile?
( word -- ? )
{
[
"forgotten"
word-prop
]
[
inlined-block?
]
}
1||
not
;