bldc/tests/test_setq_5.lisp

8 lines
48 B
Common Lisp

{
(var a 10)
(setq a 100)
(check (= a 100))
}