compile? ( word -- ? )


Vocabulary
compiler

Definition
USING: combinators.short-circuit kernel stack-checker.inlining
words ;

IN: compiler

: compile? ( word -- ? )
{ [ "forgotten" word-prop ] [ inlined-block? ] } 1|| not ;