- (assert EXP [OBJ ...])syntax
Evaluates EXP, if it returns #f, error is applied to OBJ ..., else the result of EXP is returned. When compiling in unsafe mode, assertions of this kind are disabled.
Evaluates EXP, if it returns #f, error is applied to OBJ ..., else the result of EXP is returned. When compiling in unsafe mode, assertions of this kind are disabled.