bldc/tests/test_curly_syntax_2.lisp

7 lines
81 B
Common Lisp

(defun f ()
(let (( a {1 2 3 4 5 6 7} ))
(+ a 100)))
(check (= (f) 107))