function doSomething() { stuff(); moreStuff(); if (x == 2) { doEvenMoreStuff(); } else { ohWell(); } }