Re: select
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: select
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2004年8月20日 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