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