March 11, 2006 Hexadecimal literal | ||||
---|---|---|---|---|
| ||||
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 |
March 11, 2006 Re: Hexadecimal literal | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jason Mills | "Jason Mills" <jmills@cs.mun.ca> wrote in message news:duuuc1$c4e$1@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. |
Copyright © 1999-2021 by the D Language Foundation