Switch constants

bearophile bearophileHUGS at lycos.com
Sat Nov 13 19:07:36 PST 2010


Daniel Murphy:

> switch(x)
> {
> case 0:
>    break; // what is x here?
> case 1:
>    goto case 0:
> }
> etc

You are right. Thank you for all the answers.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list