Quote:
Originally Posted by gmarik
Please clarify this:
|
All that's being done is to close the newly added 'else' part of the conditional. The indenting of the 2 existing statements, while not really necessary, preserves the formatting.
The other way to look at it is that we're wrapping those 2 existing if statments in the 'else' portion of a new if ... else statment.
Hope that clarifies things a bit.