Integral literals with Exp?

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 13 00:23:37 PDT 2014


Is it a good idea to accept code like this, to shorten some 
constants?

void main() {
     int x = 1e6;
}

Bye,
bearophile


More information about the Digitalmars-d mailing list