lua-users home
lua-l archive

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


> In the following code:
> 
> ===
> function create()
>     local e
> [snip]

That line above should read
    local e = {}

Sorry about that! :)
~Nick