Dennis Lee Bieber wrote:

>       And what syntax would you propose? 

I guess something like:


do:
     stuff goes here
     and here
     and here
while (condition)


The absence of a colon after the while statement can be the signal that 
it isn't a regular while statement with a following block, but instead 
the final statement of a do/while loop. Or would that cause an issue?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to