[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [FUN] Some curious facts about Lua
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 31 Jan 2019 10:00:58 -0200
> 1)
> Function "require" with empty module name
> require("")
> actually loads the module "init.lua" from your Lua modules forder.
What is the path (package.path)?
-- Roberto