4 lines
169 B
Text
4 lines
169 B
Text
def [Fruit, [=> apple, => banana, => cherry]] := makeEnumeration()
|
|
|
|
def [Fruit, [=> apple, => banana, => cherry]] :=
|
|
makeEnumeration(0, ["apple", "banana", "cherry"])
|