1enum Color : int {Red = 1, Blue, Orange} 2 3enum Size: int {Small = 10, Large = 100, Medium = 1000}
View as plain text