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

4 lines
82 B
EmacsLisp
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
(require 'cl-lib)
(let ((x 41))
(cl-assert (= x 42) t "This shouldn't happen"))