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

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

Bye,
bearophile

Reply via email to