RosettaCodeData/Task/Assertions/Emacs-Lisp/assertions.l

4 lines
82 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(require 'cl-lib)
(let ((x 41))
(cl-assert (= x 42) t "This shouldn't happen"))