Help for this page
if(a) if(b) c(); else d();
if(a) { if(b) c(); else d(); }
if(a) { if(b) c(); } else d();