[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: explicit mode
- From: Duane Leslie <parakleta@...>
- Date: Wed, 11 May 2016 11:34:04 +1000
> local function bar(x)@(_ENV,bar)
> return snafu(x * foo(3,2)
> end
>
> and you get an error because snafu is not declared for bar(), and you are
> now pointlessly including a local no longer needed.
I don't expect anyone would be required to use the new syntax. If you didn't care about what was being accessed you wouldn't use the syntax. If you did care you would want the error.
Regards,
Duane.