|
Hello list, I was looking for information regarding the registry constant "LUA_NOENV". In the source code of lua.c this constant is set by the -E option and directs the standard libraries to ignore environment variables, perhaps most relevant to the package module. Is this part of the public lua C API?