lua-users home
lua-l archive

Re: Multiple multiret calls ignores some outputs (Bug report)

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


On 18 January 2018 at 13:25, Ivan <ivan.yanchin@gmail.com> wrote:
> Is there a way I could force it to accept all of the returned values?
you can collect them in a table.
or return tables instead of multiple values
or the final function could accept tables:
 final({test()}, {test()})
-- 
Javier

AltStyle によって変換されたページ (->オリジナル) /