lua-users home
lua-l archive

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


On Sun, Jun 22, 2014 at 12:33 AM, David Given <dg@cowlark.com> wrote:
> function_with_arguments(a, b, c = function_returning_multiple())
>
> Making assignments expressions simplifies things no end.

But surely we get this anyway with the default pass-all-values behaviour?