Enum classes

You can define enums using the enum keyword

enum Foo {
  BAR, ZOO
}