RosettaCodeData/Task/Conditional-structures/XLISP/conditional-structures-1.xlisp
2017-09-25 22:28:19 +02:00

3 lines
120 B
Text

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