RosettaCodeData/Task/Enumerations/E/enumerations-1.e

4 lines
117 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
def apple { to value() { return 0 } }
def banana { to value() { return 1 } }
def cherry { to value() { return 2 } }