bldc/tests/test_setq_0.lisp

8 lines
46 B
Common Lisp

(def a 10)
(setq a 100)
(check (= a 100))