2 lines
58 B
Common Lisp
2 lines
58 B
Common Lisp
(let ((x 42))
|
|
(assert (and (integerp x) (= 42 x)) (x)))
|
(let ((x 42))
|
|
(assert (and (integerp x) (= 42 x)) (x)))
|