bldc/tests/test_curly_syntax_1.lisp

9 lines
73 B
Common Lisp

{
(define a 10)
(define b 20)
(define c 30)
}
(check (= 60 (+ a b c)))