RosettaCodeData/Task/Assertions/Scheme/assertions.ss
2023-07-01 13:44:08 -04:00

2 lines
54 B
Scheme

(let ((x 42))
(assert (and (integer? x) (= x 42))))