[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Adding local variables to lua functions, called from C.
- From: Dan Laufer <dlaufer@...>
- Date: Fri, 12 Mar 2004 15:51:46 -0000
Doh.
Indeed. That had actually just occured to me here, too.
Problem solved.
D.
-----Original Message-----
From: Danilo Tuler [mailto:tuler@pobox.com]
[snip]
I'm not sure what you mean either.
This may be a stupid question, but can't you pass a parameter? It behaves
like a local variable.
function f(a, b, c)
print(a, b, c)
end
[snip]