enum-section #6

Merged
sashakoshka merged 8 commits from enum-section into main 2022-08-23 05:38:55 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit c29efd97ba - Show all commits

View File

@ -179,16 +179,16 @@ enum ro AffrontToGod:{Int 4}
3 3
4 4
enum ro NamedColor:U32 enum ro NamedColor:U32
red 16711680
green 65280
blue 255 blue 255
green 65280
red 16711680
enum ro Weekday:Int enum ro Weekday:Int
sunday friday
monday monday
saturday
sunday
thursday
tuesday tuesday
wednesday wednesday
thursday
friday
saturday
`, test) `, test)
} }