[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua source as config file
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 8 Feb 2007 09:18:30 -0200
> But I mean something with load (untested):
Oops:
assert(load(function()
...
end))()
Still untested.
--lhf