lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Nope, my bad - I actually do

t = {
   foo = function() end,
   bar = function () some_global_function(t.foo) end,
}