blob: 4004116330bf3b2aa3a934e1858439fc8f5c3a6c [file] [log] [blame]
switch (VARIABLE)
{
case CASE_1 :
case CASE_3 :
_foo= false;
doSomething1();
doSomething2();
doSomething3();
break;
case CASE_2 :
_foo= true;
doSomething4();
break;
}