C compiler with embedded metalanguage.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

12 rindas
138 B

int x;
int y;
test(){
switch (x) {
case 1: y=3;
break;
case 2: y=90;
break;
default: // label at end of compound statement
}