[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Bug report] unpack()ing multiple tables does not behave as expected
- From: ketmar <ketmar@...>
- Date: Fri, 16 May 2008 06:51:07 +0300
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.