Handbook
Glossary
not-compiled-def ( word error -- def )
Vocabulary
compiler
Inputs
word
an
object
error
an
object
Outputs
def
an
object
Definition
USING:
compiler.errors
kernel
sequences
;
IN:
compiler
:
not-compiled-def
( word error -- def )
[
not-compiled
]
2curry
[
]
like
;