PEP-0315--Enhanced While Loop: An idea for an alternative syntax

Peter Maas fpetermaas at netscape.net
Tue Feb 24 14:14:05 EST 2004


Peter Maas wrote:
 > do:
 >     <theBody>
 >     breakif <cond>
 >

I forgot the situation

do:
     <Body1>
     breakif <cond>
     <Body2>

I was totally misguided by the term "setup" for <Body1>. In my
understanding a setup happens once like in C's

for(<setup>;<cond>;<next>)
     ...

Mit freundlichen Gruessen,

Peter Maas

-- 
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Hubert-Wienen-Str. 24
Tel +49-241-93878-0 Fax +49-241-93878-20 eMail peter.maas at mplusr.de
-------------------------------------------------------------------



More information about the Python-list mailing list