3 lines
117 B
Text
3 lines
117 B
Text
def apple { to value() { return 0 } }
|
|
def banana { to value() { return 1 } }
|
|
def cherry { to value() { return 2 } }
|