lua-users home
lua-l archive

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



On Tue, Nov 11, 2008 at 11:39 AM, Jun Wu <idearet@gmail.com> wrote:
Sorry. But I have mistyped  ...
unpack{ ... , "a" } just works :p

It doesn't. It will truncate ... to its first value (or expand it to nil if there were no varargs) just the same as if you tried to directly return ..., "a"