[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 13:53:31 -0400
t = {
foo = function() end,
bar = some_global_function(t.foo),
}
? That's what I do when I ran into this. Would be lovely if there was
a way to specify 'this' foo without the full path, though.