Dodo doc > Variables and Functions > Constants and Enums > Enum Variables
Variables and constants of type "enum" contain enum values. Their syntax is otherwise identical to normal variables.
Add ".value" when trying to access the value stored in an enum variable or constant otherwise the compiler would think its name is an enum value.
Examples:
enum _période = _après-midi .align = _LEFT_ALIGNMENT def colour -> get(enum) = blue results[month.value]