bldc/tests/test_define_4.lisp

5 lines
43 B
Common Lisp

(check t)
(define x 1)
(def a (if x 2 1))