Leif K-Brooks wrote: > rbt wrote: > >>IMO, most of the people who deride goto do so because they heard or read >>where someone else did. > > > 1 GOTO 17 > 2 mean, GOTO 5 > 3 could GOTO 6 > 4 with GOTO 7 > 5 what GOTO 3 > 6 possibly GOTO 24 > 7 you! GOTO 21 > 8 that GOTO 18 > 9 really, GOTO 23 > 10 understandable? > 11 neat. GOTO 16 > 12 and GOTO 25 > 13 are GOTO 9 > 14 I GOTO 26 > 15 wrong GOTO 20 > 16 I GOTO 2 > 17 Yes, GOTO 14 > 18 simple GOTO 12 > 19 agree GOTO 4 > 20 with GOTO 22 > 21 Gotos GOTO 13 > 22 something GOTO 8 > 23 really GOTO 11 > 24 be GOTO 15 > 25 easily GOTO 10 > 26 totally GOTO 19
I dislike gotos because it is too easy to inadvertently create infinite loops. <10 WINK; 20 GOTO 10> -- http://mail.python.org/mailman/listinfo/python-list