lua-users home
lua-l archive

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


On Dec 12, 2012 12:02 PM, "Roberto Ierusalimschy" <roberto@inf.puc-rio.br> wrote:
>
> > if so, what would be the rule of thumb to prevent this?  i'm guessing
> > something like "if your statement line starts with an opening
> > parenthesis, better add a semicolon before it"
>
> Yes.

This might be a good thing to put in the manual. A simple rule of thumb is very useful.