Walter Bright wrote: > The idea is that for anonymous enums, there is no type for the > enumeration as a whole. Therefore, each member of the enumeration can > have a different type. ... so annonymous enums have no type for the enumeration as a whole, but named enums will? Can named enums have a type other than int?