RosettaCodeData/Task/Assertions/Scheme/assertions.ss
Ingy döt Net 80737d5a6a new tasks
2013-04-09 00:46:50 -07:00

2 lines
54 B
Scheme

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