lua-users home
lua-l archive

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


> Of course "local a b = 1" is the same thing as "local a; b=1". Would you
> say that
> 	local a
> 	b=1
> is illegal too?

Oops, my brain wasn't working. This is one of the rare times when you get
caught out by the non-requirement for statement terminators.