Re: explicit mode
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: explicit mode
- From: Javier Guerra Giraldez <javier@...>
- Date: 2016年5月10日 18:03:32 +0100
On 10 May 2016 at 18:00, Sean Conner <sean@conman.org> wrote:
> I think he wants something like:
>
> global x -- define a global x
> function foo(a,b)
> local c -- define a local variable
> c = a * b + y -- compile time error---y not defined
> end
what about just removing the implicit _ENV reference?
--
Javier