bldc/tests/test_cond_6.lisp

4 lines
60 B
Common Lisp

(let ((x 1))
(cond ((= x 1) (check 't))
(t nil)))