if ($x) { if ($y) { code; } code; } else { code; } #### if ($x) { code; } #### code if $x; long section of code if long test on $x; #### if ($x) { code; } if ($x) { code; }
## if ($x) { code; } ##
## code if $x; long section of code if long test on $x; ##
## if ($x) { code; } if ($x) { code; }