lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.