[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Class:function problem
- From: "Vincent Penquerc'h" <vincent@...>
- Date: Thu, 13 Jul 2000 10:56:54 +0100
> Am I doing something wrong or is this a bug in Lua?
> I thought "a:b()" was syntaxical sugar for "a.b(a)"(?)
I had the same convern some months ago, and I was told the
reason is because Lua would have a hard time reporting errors
about a missing end with local functions. There is a one line
change to make this work, but I can't remember where (eg it's
a deliberate choice and not a bug). The archives would tell
you the line to change (it's just a test of inclusion count).
--
Lyrian