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

6 lines
192 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02: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") )