4 lines
129 B
Common Lisp
4 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
|