Re: Access a member from within the table def
[
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: 2010年5月13日 14:09:53 -0400
Nope, my bad - I actually do
t = {
foo = function() end,
bar = function () some_global_function(t.foo) end,
}