[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: I'd give my right arm for a continue statement
- From: Alexander Gladysh <agladysh@...>
- Date: Sat, 22 Jan 2011 12:31:31 +0300
On Sat, Jan 22, 2011 at 12:23, steve donovan <steve.j.donovan@gmail.com> wrote:
> On Sat, Jan 22, 2011 at 11:13 AM, Michal Kottman <k0mpjut0r@gmail.com> wrote:
>> You can find a short answer here: http://www.luafaq.org/#T1.26
> Although it's not the whole story, and should be updated.
> The best answer is by Roberto, quoted by David Manura in this post:
> http://lua-users.org/lists/lua-l/2010-11/msg00479.html
Sorry, but: yuk! :-(
I believe that this "break N" will kill code readability as sure as
"goto" would. I can understand people wanting continue (though I don't
particularly want it, and live fine without), but this jumping through
scopes?..
Alexander.