RosettaCodeData/Task/Assertions/Scheme/assertions.scm

3 lines
54 B
Scheme
Raw Permalink Normal View History

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