This is a valid enum
public enum myEnum { a= 1, b= 2, c= 3, d= 4, e= 5, f= 6, g= 7, h= 0xff };
But this is not
Identifiers can't start with numbers. However, they can contain numbers.