Enum Definition
flowchart LR
Start[Start]
Stop[Stop]
Start --> OpenParen([<tt>#40;</tt>])
OpenParen --> Ident([<a href="Identifier">Identifier</a>])
Ident --> CloseParen([<tt>#41;</tt>])
Ident --> Comma([<tt>,</tt>])
Comma -- (1) --> CloseParen
Comma --> Ident
CloseParen ---> Stop
style Start fill:#44E
style Stop fill:#E44
⏱ Last Modified: 2/15 10:06:11 am