lua-users home
lua-l archive

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


> > (function ()
> > local localfunc = ...
> >
> > globalfunc = ...
> > end)()
> 
> This is not valid Lua code.

But change the first line to this and it is:
	(function (...)