RosettaCodeData/Task/Conditional-structures/Common-Lisp/conditional-structures-1.lisp

4 lines
129 B
Common Lisp
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(if (= val 42)
"That is the answer to life, the universe and everything"
"Try again") ; the else clause here is optional