[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Temporary local variables
- From: Alex Queiroz <asandroq@...>
- Date: Wed, 2 Jan 2013 17:25:47 +0100
Hello,
On Wed, Jan 2, 2013 at 5:18 PM, Marc Lepage <mlepage@antimeta.com> wrote:
> Seems like that settles it. They will all go away after the function
> returns, so may as well just create them all. The function is recursive, but
> I only expect it to go half a dozen levels or so, and I can put a do/end
> around the locals before the recursion. Thanks.
>
Each recursive call should get its own set of local variables and
reset the number of variables limit.
--
-alex
http://unendli.ch/