[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: select
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 20 Aug 2004 10:55:44 -0300
> 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