bldc/tests/test_let_6.lisp

5 lines
71 B
Common Lisp

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