RosettaCodeData/Task/Conditional-structures/XLISP/conditional-structures-1.l
2023-07-01 13:44:08 -04:00

3 lines
120 B
Common Lisp

(if (eq s "Rosetta Code")
"The well-known programming chrestomathy site"
"Some other website, maybe, I dunno" )