lua-users home
lua-l archive

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


Suppose we write this:

     local  var1, var2  = Func()

Are both var1 and var2 then local ?

Michael