© 2026 Hedgehog Software, LLC
enum traffic_colors { RED; GREEN; YELLOW; } enum traffic_light { color: COLOR; time : int next_color: COLOR }