lua-users home
lua-l archive

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


On Fri, Feb 11, 2011 at 06:28:14PM +0200, Steve Litt wrote:
> You know, a,b = c,d is so hard for me to understand/contemplate, 
> that in Lua I just do my assigns one at a time, which isn't a huge 
> inconvenience.

Except of course
    a,b = b,a

D.