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

6 lines
192 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(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") )