RosettaCodeData/Task/Enumerations/Shen/enumerations.shen

8 lines
103 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(tc +)
(datatype fruit
if (element? Fruit [apple banana cherry])
_____________
Fruit : fruit;)