On Thu Feb 9 16:15:59 2023 +0000, Francisco Casas wrote:
From what I understood, `early_return_var` is only created for the current function once a `return` is found inside it, so it doesn't exist always.
Yeah, my proposal is to have it exist always. It could be created with the function itself, I guess. This way you can simplify a little bit a function which is already quite complex.