RosettaCodeData/Task/Assertions/Scheme/assertions.scm
2024-10-16 18:07:41 -07:00

2 lines
54 B
Scheme

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