RosettaCodeData/Task/Enumerations/Sidef/enumerations-2.sidef
2016-12-05 23:44:36 +01:00

6 lines
119 B
Text

enum {
Apple=3,
Banana, # gets the value 4
Cherry="a",
Orange, # gets the value "b"
};