lua-users home
lua-l archive

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


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]