RosettaCodeData/Task/Assertions/Scheme/assertions.ss

3 lines
54 B
Scheme
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
(let ((x 42))
(assert (and (integer? x) (= x 42))))