On Tue, 19 Jul 2005 02:33:02 +0000, 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

[snip]

That's great, but not a patch on the power of COMEFROM!

Or, to put it another way:

1
2 readability   COMEFROM 4
3 that's        COMEFROM 6
4 hurt          COMEFROM 7
5 to            COMEFROM 10
6 but           COMEFROM 2
7 might         COMEFROM 9
8 nothing       COMEFROM 3
9 goto          COMEFROM 12
10 compared     COMEFROM 8
11 comefrom     COMEFROM 5
12 using        COMEFROM 1


-- 
Steven.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to