3 lines
82 B
Text
3 lines
82 B
Text
(require 'cl-lib)
|
|
(let ((x 41))
|
|
(cl-assert (= x 42) t "This shouldn't happen"))
|