lua-users home
lua-l archive

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


I'm considering lua for a specific project.  One of my needs is for static
variables that retain their value from one invocation of a function to the
next.  In a quick reading of the manual section on variable scoping, I saw
no mention of static variables.  Does lua provide static variables?  Did I
miss something while reading the manual?

Many thanks,

Phil