lua-users home
lua-l archive

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


On Thu, 15 May 2008 21:42:44 -0600
ddneilson <ddneilson@gmail.com> wrote:

>  Notice the lack of a 'B' in the second line of actual output.
>  It doesn't seem to matter how many tables I decide to unpack, or how 
> many elements are in the tables, all tables except the last one
> listed will only print their first element.
> ex: print(unpack(table1), unpack(table1), unpack(table1)) will output
> A A A B
and it's the exact thing that manual says.