RosettaCodeData/Task/Enumerations/Ring/enumerations.ring
2016-12-05 23:44:36 +01:00

6 lines
120 B
Text

apple = 0
banana = 1
cherry = 2
see "apple : " + apple + nl
see "banana : " + banana + nl
see "cherry : " + cherry + nl