while true: !!!

Jay O'Connor joconnor at cybermesa.com
Sat Dec 16 10:04:16 EST 2000


>Yeah, you're right.. Things like that are definitely bad when someone
>else looks at your code, but for something that you're sure nobody will
>ever see, i might try using this.. except for doing true = 0, of course 


Nah...get creative.

You need to define true=1; false = 0..

and then you get code like 

true = false      #exits the loop
true = ! false 

etc...

-- 


Jay O'Connor
joconnor at cybermesa.com
http://www.cybermesa.com/~joconnor

"God himself plays the bass strings first when He tunes the soul"




More information about the Python-list mailing list