lua-users home
lua-l archive

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


Does anyone have an example of using the pathological case

a,a,a=1,2,3

or similar in real code (except as a coding error)? I can't think of a use case for using the same variable more then once
on the left side of a multiple assignment.

-- Mike