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

5 lines
192 B
Text

(case s
("Rosetta Code" "Ah yes, the chrestomathy site")
("Stack Overflow" "Oh dear me, having problems are you?")
("Github" "Say no more")
(else "Sorry, never heard of it") )