Entry 5448

somecode

   

Submitted by anonymous on July 28, 2010 at 11:08 a.m.
Language: C++. Code size: 105 bytes.

if (a = 5) {
 a++;
 fncall();
 return 1;
 switch (a) {
   case 2: break;
   default: a = 9;
 } 
}

This snippet took 0.01 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).