RosettaCodeData/Task/Enumerations/Ring/enumerations.ring

7 lines
120 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
apple = 0
banana = 1
cherry = 2
see "apple : " + apple + nl
see "banana : " + banana + nl
see "cherry : " + cherry + nl