[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Declaring t:f style functions in other functions
- From: "Vincent PENQUERC'H" <vpenquerch@...>
- Date: Wed, 20 Oct 1999 13:23:23 +0200
> It is in the manual. You can't do that. But you can
>write this:
Oh, sorry, I have overlooked this then....
>function test ()
> table.method2 = function (self) end
>end
Yes, that what I called declaring it without object style
syntax. Thanks for your help and sorry for not having read
th emanual enough....
--vp