lua-users home
lua-l archive

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


On Fri, May 06, 2011 at 09:30:03PM +0200, HyperHacker wrote:
> I've always found vararg support in Lua to be awkward and confusing,
> with a lot of bugs that can crop up if one of your arguments is nil.

In that case, use {} call syntax so that you don't need nils.

D.