On Sep 27, 2006, at 11:43 AM, Russell Campbell wrote:
In other words, would this be caught by the "compiler"
LOOP CONSTRUCT
one line
another line
third line that should be indented under line two
Would Python complain about this because line two was not a loop
construct
or something that would have a block of code associated with it and
it found
an indention?
Unless 'another line' was a command that began a block, such as
'if', 'for', etc., yes, it would throw a compiler error.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.