"Jason Mills" <jmills at cs.mun.ca> wrote in message news:duuuc1$c4e$1 at digitaldaemon.com... > Was the following ever (previous version) a valid D hex literal? > int h = 12h; > Which is the same as > int h = 0x12; It is in the C compiler, but not in D.