RosettaCodeData/Task/Enumerations/Sidef/enumerations-2.sidef

7 lines
119 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
enum {
Apple=3,
Banana, # gets the value 4
Cherry="a",
Orange, # gets the value "b"
};