[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ... as an lvalue
- From: Hisham <hisham.hm@...>
- Date: Tue, 17 Jun 2008 11:20:02 -0300
On Tue, Jun 17, 2008 at 8:25 AM, Mike Pall <mikelu-0806@mike.de> wrote:
> Alex Davies wrote:
>> while ... do
>> local x, ... = ...
>> res = res + x
>> end
>
> This probably looks like line-noise for anyone not as deep into
> Lua as you and me. It's very unlikely that '...' as an lvalue is a
> concept that can be easily comprehended and safely used.
Indeed, this very thread's subject line says a lot about the
readability of '...' as an lvalue. :-)
-- Hisham