Subject: [ruby-talk:7452] Re: question: 'A'..'k'
From: ts <decoux moulon.inra.fr>
Date: Sun, 17 Dec 2000 03:27:45 +0900
References:
In-reply-to: message from Mathieu Bouchard on Sun, 17 Dec 2000 03:17:02 +0900
>>>>> "M" == Mathieu Bouchard <matju / cam.org> writes:
M> k=0; ("A".."k").each{|x|k+=1}; k
M> I expected 11, I got 26. Why is that?
why 11 ?
You have 11 with ("A".."K")
Guy Decoux