RosettaCodeData/Task/Enumerations/E/enumerations-3.e
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

4 lines
169 B
Text

def [Fruit, [=> apple, => banana, => cherry]] := makeEnumeration()
def [Fruit, [=> apple, => banana, => cherry]] :=
makeEnumeration(0, ["apple", "banana", "cherry"])