bldc/tests/test_refmut_4.lisp

7 lines
65 B
Common Lisp

(define a 1)
(define r (set-cdr a 999))
(and (not r) (= a 1))