[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: what if local a,b,c = f(),g() was different
- From: siiky <github-siiky@...>
- Date: Wed, 27 Jul 2022 15:57:05 +0100
On 27/07/2022 14:16, Lars Müller wrote:
> Agreed on the foot-shooting ability. Your example is somewhat wrong
> though: You wouldn't have to list them all. You could still truncate to
> the first return value by surrounding the expression in parenthesis:
>
> local fa, ga, gb = (f()), g()
Ah thank you for the correction! That's funky looking syntax :)
- References:
- what if local a,b,c = f(),g() was different, Rodrigo Azevedo
- Re: what if local a,b,c = f(),g() was different, siiky
- Re: what if local a,b,c = f(),g() was different, Lars Müller
- Prev by Date:
Re: what if local a,b,c = f(),g() was different
- Next by Date:
Re: what if local a,b,c = f(),g() was different
- Previous by thread:
Re: what if local a,b,c = f(),g() was different
- Next by thread:
Re: what if local a,b,c = f(),g() was different
- Index(es):