lua-users home
lua-l archive

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


On Tue, Jun 14, 2011 at 22:49, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> Then should you be able to jump into a block?

Oh please, no! As much as gotos within a block or to and enclosing
block can sometimes improve the readability, jumps into a block would
IMO always make the code flow more complex.

-- Pierre-Yves