Allow local table variables to be initialized with {} list expressions.

This commit is contained in:
Jon Siwek 2012-01-04 16:44:25 -06:00
parent f8ec98625d
commit aae60a6d76
5 changed files with 50 additions and 6 deletions

View file

@ -0,0 +1,10 @@
{
[2] = two,
[1] = one
}
global table default
{
[4] = four,
[3] = three
}
local table default