lua-users home
lua-l archive

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


> I see.. so I can load all scripts at the beginning or at least be sure to
> load at least one time before calling the function.
> 
> But I have to be sure that every script has a different function_name,
> otherwise I would be unable to call it. Is not it?

The script itself is an anonymous function.