On Tue, Nov 16, 2010 at 08:29, Marijn Haverbeke marijnh@gmail.com wrote:
See the pattern?
A loop doesn't return the value of its body, typically, since that body will be executed multiple times.
Yes, thank you, I do understand now. It did the work, but because of loop it didn't return what I have wrongly assumed it should.