# Enumerators
Integer values, starting with 0 unless otherwise defined.
typedef enum {
Toby,
Bobby
} Staff;
int staffmember = Toby; // 0