lua-users home
lua-l archive

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


On Fri, Aug 26, 2016 at 11:47:05AM -0300, Guilherme Salazar wrote:
> On Fri, Aug 26, 2016 at 11:23 AM, Chris Emerson
> <chris-lua@mail.nosreme.org> wrote:
> > What's not ANSI C about that?
> 
> The first clause of the 'for' cannot be a declaration.

It can since at least C99.

Chris