RosettaCodeData/Task/Enumerations/Ring/enumerations.ring

7 lines
120 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
apple = 0
banana = 1
cherry = 2
see "apple : " + apple + nl
see "banana : " + banana + nl
see "cherry : " + cherry + nl