bldc/tests/test_cond_7.lisp

8 lines
74 B
Common Lisp

(check t)
(defun test (x)
(cond
((= x 1) 1)
(t 2)
))