RosettaCodeData/Task/Enumerations/E/enumerations-1.e
2023-07-01 13:44:08 -04:00

3 lines
117 B
Text

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