[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Assigning to a constant variable with function definition syntax doesn't error
- From: Petite Abeille <petite.abeille@...>
- Date: Fri, 18 Jun 2021 00:12:14 +0200
> On Jun 17, 2021, at 23:57, Soni They/Them L. <fakedme@gmail.com> wrote:
>
> We guess there's no way to make safe self-referential functions in Lua?
debug.getinfo( 1, 'f' ).func perhaps?