Hexadecimal literal

Jason Mills jmills at cs.mun.ca
Sat Mar 11 08:37:22 PST 2006


Was the following ever (previous version) a valid D hex literal?
    int h = 12h;
Which is the same as
    int h = 0x12;

I quickly searched the change log but didn't find any indication it was.

Thanks,
Jason



More information about the Digitalmars-d mailing list