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

3 lines
117 B
Text

def apple { to value() { return 0 } }
def banana { to value() { return 1 } }
def cherry { to value() { return 2 } }