This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/analyzer/enumSection/main.arf

20 lines
244 B
Plaintext
Raw Normal View History

2022-10-13 22:02:35 +00:00
:arf
require '../typeSection'
2022-10-13 22:02:35 +00:00
---
2022-10-13 22:48:38 +00:00
enum ro aWeekday:Int
2022-10-13 22:02:35 +00:00
- sunday
- monday
- tuesday
- wednesday
- thursday
- friday
- saturday
2022-10-13 22:48:38 +00:00
type ro bColor:U32
# enum ro cNamedColor:bColor
# - red 0xFF0000
# - green 0x00FF00
# - blue 0x0000FF