[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Static variables
- From: Phil Bewig <pbewig@...>
- Date: Thu, 18 Mar 2004 19:52:38 +0000 (UTC)
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