Handbook
Glossary
ignore-error ( word error -- * )
Vocabulary
compiler
Inputs
word
an
object
error
an
object
Outputs
None
Definition
USING:
compiler.errors
kernel
;
IN:
compiler
:
ignore-error
( word error -- * )
drop
[
clear-compiler-error
]
[
deoptimize*
]
bi
;