Re: Multiple multiret calls ignores some outputs (Bug report)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Multiple multiret calls ignores some outputs (Bug report)
- From: Javier Guerra Giraldez <javier@...>
- Date: 2018年1月18日 13:32:31 +0000
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