2 lines
80 B
Common Lisp
2 lines
80 B
Common Lisp
(if (evenp some-var) (do-even-stuff))
|
|
(if (oddp some-other-var) (do-odd-stuff))
|