6.1 Errors ¶
- macro: assert expr ¶
If expr yields #f
, display an appropriate error
message and throw an assertion-failed
exception.
- macro: without-system-error expr… ¶
Evaluates the exprs, not going further if a system error occurs,
but also doing nothing about it.