Re: [proposal / postulation]: global keyword that works with lua as config file
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [proposal / postulation]: global keyword that works with lua as config file
- From: steve donovan <steve.j.donovan@...>
- Date: 2014年3月31日 08:26:06 +0200
On Mon, Mar 31, 2014 at 2:31 AM, Philipp Janda <siffiejoe@gmx.net> wrote:
> require 'mstrict'() -- notice the extra pair of parentheses
>
> in every file you want to. No third party modules are harmed in the process.
> Global assignments at the top level still count as declarations. Have fun!
Now there's a creative solution - nice one!