lua-users home
lua-l archive

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



Andre de Leiradella wrote:
You mean parent.doSomething(self, a, b, c)?

Yes, but parent is just a static member so it doesn't need to match the parent class name. It's still kind of verbose huh? On second thought, I like your idea better. Go with the @@ idea.

- Peter