bldc/tests/test_let_0.lisp

6 lines
44 B
Common Lisp

(let ((x 1)
(y 2))
(= (+ x y) 3))