lua-users home
lua-l archive

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


Hi,

I have remarked an unexpected behaviour (to me) of the lua loadfile function. It returns a function, but it seems this function does not herit the global table from the caller of the loadfile function. Is it on purpose ? Which global table is assigned to it ?

Vincent Penne