|
|
||
|
I'm totally baffled.
What is this construction??
local t,foo={},1
And why is is accepted when:
local t,1
is not?
I can't find it in the syntax anywhere -- and I'm writing a Lua parser and
it choked when some code on the Wiki I pumped through it used the first
construct.
--
Quinn Tyler Jackson