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