RosettaCodeData/Task/Assertions/Emacs-Lisp/assertions.l
2023-07-01 13:44:08 -04:00

3 lines
82 B
Text

(require 'cl-lib)
(let ((x 41))
(cl-assert (= x 42) t "This shouldn't happen"))