RosettaCodeData/Task/Conditional-structures/XLISP/conditional-structures-2.l
2023-07-01 13:44:08 -04: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") )