lua-users home
lua-l archive

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


On Fri, Aug 6, 2010 at 1:21 PM, Petite Abeille <petite_abeille@mac.com> wrote:
> Hmmm... perhaps I'm missing something very obvious, but how does one name a module in such a setup?

I think it was mentioned earlier that the caller would decide where
the module would be put and under what name, i.e.:

---
local foomod = require("foobarmodule")
---

-- 
~Jonathan