On Mon, Jan 25, 2016 at 9:06 AM, <[email protected]> wrote: > Yes but ideally I don't want the user to be forced to define this variable > in the files that are to be loaded. The less the better :)
Just to be clear, `include` and `eval` all works in global scope and you can't add a local variable at runtime. > > Le lundi 25 janvier 2016 14:41:42 UTC+1, Milan Bouchet-Valat a écrit : >> >> you could always define x, but make it a Nullable so that it doesn't >> necessarily contain a value. > >
