RosettaCodeData/Task/Conditional-structures/XLISP/conditional-structures-1.xlisp

4 lines
120 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
(if (eq s "Rosetta Code")
"The well-known programming chrestomathy site"
"Some other website, maybe, I dunno" )