We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This operator tests a predicate and throws an error if it returns false.
(def x 1) (assert (+ x 1)) ; true (assert (- x 1)) ; (runtime-error (assertion-failed (- x 1) "(assert ...) FAIL"))