if (cond) { ...stuff... } else { #nothing here if (cond2) { ...more stuff... } #nothing here, either }