RosettaCodeData/Task/Enumerations/Shen/enumerations.shen

8 lines
103 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
(tc +)
(datatype fruit
if (element? Fruit [apple banana cherry])
_____________
Fruit : fruit;)