lua-users home
lua-l archive

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


I give up.

On 2010-12-25 3:12 PM, "Peyman" <peiman_3009@yahoo.com> wrote:

hi all,
i want know in lua this is possible (in any way) or not ?
for example i have a = {1, 2, 3} and b = {5, 6, 7} so i want know this is possible :
c = a + b
or
c = a * b
and lua + or * all values and return new table in c variable.
some body know any way ?
thanks.