Wednesday, October 14, 2015

Just in case...

       
switch (a.variable)
{
 case 4:
 {
  if (a.variable == 4) 
  { 
   ...
  };
 }
}
       
 

No comments:

Post a Comment