bldc/tests/test_let_6.lisp

5 lines
100 B
Common Lisp

(check (let ((a 4))
(let ((b 5))
(let ((c 6))
(= (+ a b c) 15)))))