Creating enum Types
a brief introduction to enum types and their syntax
Enums allow you to define constants with semantic names and unique values. Given that the values of symbols are different, they make excellent values for enumerated types.
Get hands-on with 1400+ tech skills courses.