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