lua-users home
lua-l archive

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


On Wed, Feb 13, 2013 at 9:51 AM, Steve Litt <slitt@troubleshooters.com> wrote:
>
> Next question: Is it per function, or per function invocation. In other
> words, if I recursively called a function with 10 local variables,
> would it break when I went 26 recursions deep?
>

It's per function invocation.

--
-alex
http://unendli.ch/