RosettaCodeData/Task/Enumerations/Sidef/enumerations-2.sidef
2023-07-01 13:44:08 -04:00

6 lines
119 B
Text

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