2 lines
54 B
Scheme
2 lines
54 B
Scheme
(let ((x 42))
|
|
(assert (and (integer? x) (= x 42))))
|
(let ((x 42))
|
|
(assert (and (integer? x) (= x 42))))
|