lua-users home
lua-l archive

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


Is there a way I could force it to accept all of the returned values?

2018-01-18 16:17 GMT+03:00 Javier Guerra Giraldez <javier@guerrag.com>:
On 18 January 2018 at 13:13, Ivan <ivan.yanchin@gmail.com> wrote:
> Ok, now I see that this is intended behavior. Nevertheless it sounds a bit
> strange.

the reasoning is not to let a change in one function (does math.atan()
return one, or two values?) affect the use of other values (by
shifting them in the args list)


--
Javier