lua-users home
lua-l archive

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


On Wednesday 05 April 2006 6:55 pm, Chris Marrin wrote:
> What happens today if you just go pairs(...)??? Again, forgive my lack
> of understanding of varargs and select. The manual doesn't explain this
> well enough, IMHO...

remember that ... isn't a table, it's more like unpack(arg).  you could use 
pairs({...}), but that gets the overhead of creating a table

-- 
Javier

Attachment: pgpDAUkhxlMxq.pgp
Description: PGP signature