lua-users home
lua-l archive

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


Hi all,

I suppose there's no way of having some static variables local to one file ?
I.e. I would have two files that both have a variable called 'name' at the
top, which can be used by all the functions in that file,
but the variable has different values in different files...
Just like in C...

Thanks,

--Luc