Help for this page
if ($x) { if ($y) { ... else { code; }
if ($x) { code; }
code if $x; long section of code if long test on $x;
if ($x) { ... if ($x) { code; }