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

4 lines
77 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
(require 'cl)
(let ((x 41))
(assert (= x 42) t "the answer is not right"))