[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Access a member from within the table def
- From: Vadim Peretokin <vperetokin@...>
- Date: Thu, 13 May 2010 14:09:53 -0400
Nope, my bad - I actually do
t = {
foo = function() end,
bar = function () some_global_function(t.foo) end,
}