Concept of static variables in Lua (like C)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Concept of static variables in Lua (like C)
- From: meino.cramer@...
- Date: Sat, 7 Jul 2012 21:12:35 +0200
Hi,
is there a concept of static local variable in function
as it exist in C?
How can I use such type of variables without "lua bending"?
;)
Thank you very much in advance for any help!
Best regards,
mcc