lua-users home
lua-l archive

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


Lars Doelle wrote:
>   The semantics of the composite assignment is inconsistent.

Not a bug. Assignment order is explicitly undefined in Lua:

http://lua-users.org/lists/lua-l/2006-06/msg00378.html

--Mike