lua-users home
lua-l archive

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


> skip(i, ...)    -->     slice(i, ...)
> first(...)      -->     slice(1, 1, ...)

How would you know whether the second "1" is a counter or the first
value from `...´?

-- Roberto