lua-users home
lua-l archive

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


Hi,

> > We also plan a new function select(i, ...), that returns its i-th
> > argument. So you can loop over the varargs with something like

I would prefer a skip() function that simply discarded the first 'n'
arguments. Then you can enclose in () and have the effect of select().

[]s,
Diego.