Re: local function xxx and local yyy= function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: local function xxx and local yyy= function
- From: "Javier Guerra" <javier@...>
- Date: 2008年12月30日 14:40:34 -0500
On Tue, Dec 30, 2008 at 2:32 PM, Linker <linker.m.lin@gmail.com> wrote:
> But "local f; f " make 'f' be a global variable.
not global; it's local to the surrounding scope.
just as "local function f () end"
--
Javier