Handbook
Glossary
ignore-error? ( word error -- ? )
Vocabulary
compiler
Inputs
word
an
object
error
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
stack-checker.errors
;
IN:
compiler
:
ignore-error?
( word error -- ? )
{
[
drop
no-compile?
]
[
[
combinator?
]
[
unknown-macro-input?
]
bi*
and
]
}
2||
;