RosettaCodeData/Task/Enumerations/Ring/enumerations.ring
2023-07-01 13:44:08 -04:00

6 lines
120 B
Text

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