RosettaCodeData/Task/Conditional-structures/XLISP/conditional-structures-2.l

6 lines
192 B
Plaintext

(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") )