RosettaCodeData/Task/Conditional-structures/Common-Lisp/conditional-structures-1.lisp
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

3 lines
129 B
Common Lisp

(if (= val 42)
"That is the answer to life, the universe and everything"
"Try again") ; the else clause here is optional