RosettaCodeData/Task/Assertions/Common-Lisp/assertions.lisp

3 lines
58 B
Common Lisp
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(let ((x 42))
(assert (and (integerp x) (= 42 x)) (x)))