This layout shows the effect:
if (expression)
if (expression)
statement
else
statement
else
statement
i.e. else binds to the closest preceeding unbound if. Of course you can use braces to force whatever effect you need.
maspjw@