[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work4) now available
- From: Jonathan Castello <twisolar@...>
- Date: Fri, 6 Aug 2010 13:25:36 -0700
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