Daniel Murphy:
> switch(x)
> {
> case 0:
> break; // what is x here?
> case 1:
> goto case 0:
> }
> etcYou are right. Thank you for all the answers. Bye, bearophile
Daniel Murphy:
> switch(x)
> {
> case 0:
> break; // what is x here?
> case 1:
> goto case 0:
> }
> etcYou are right. Thank you for all the answers. Bye, bearophile