[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why take out remaining arguments when not last (was: A very basic thing I don't get)
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 3 Oct 2011 11:47:51 +0200
On Mon, Oct 3, 2011 at 11:43 AM, Cuero Bugot <cbugot@sierrawireless.com> wrote:
> Would not it be plainer to actually not trim the extra returned values unless asked for it with the () operator ?
Oh yes, but make it explicit, e.g:
http://lua-users.org/lists/lua-l/2009-08/msg00242.html
> Note: changing that would be a major incompatibility and would certainly break a lot of existing code. Not sure is this is easily catchable before hand...
That's the problem; better to have an explicit operator.
steve d.
- References:
- A very basic thing I don't get, Thijs Koerselman
- Re: A very basic thing I don't get, Peter Cawley
- Re: A very basic thing I don't get, Stefan Reich
- Re: A very basic thing I don't get, Michal Kottman
- Re: A very basic thing I don't get, Stefan Reich
- Re: A very basic thing I don't get, Philippe Lhoste
- Re: A very basic thing I don't get, steve donovan
- Re: A very basic thing I don't get, Roberto Ierusalimschy
- Re: A very basic thing I don't get, Pascal J. Bourguignon
- Re: A very basic thing I don't get, Dirk Laurie
- Re: A very basic thing I don't get, Axel Kittenberger
- Re: A very basic thing I don't get, Pierpaolo Bernardi
- Why take out remaining arguments when not last (was: A very basic thing I don't get), Cuero Bugot