> stil fails, with error "could not find 'myvar'". I realized after > playing with it a bit that the second line must be indented for this > to work. It's still a little unclear to me which cases indentation is > required for.
Indentation is required for loop bodies, just like in normal Python. Is that confusing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
