Handbook
Glossary
no-cond ( -- * )
Vocabulary
combinators
Word description
Throws a
no-cond
error.
Error description
Thrown by
cond
if none of the test quotations yield a true value. Some uses of
cond
include a default case where the test quotation is
[ t ]
; such a
cond
form will never throw this error.
Definition
IN:
combinators
ERROR:
no-cond
;
Methods
USING:
combinators
kernel
summary
;
M:
no-cond
summary
drop
"Fall-through in cond"
;