lua-users home
lua-l archive

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


On Jan 23, 2008 3:39 PM, steve donovan <steve.j.donovan@gmail.com> wrote:
> function __init(width, height, depth)
>
> is of course exactly the same as
>
> __init = function(self, width, height, depth)

I am of course being an idiot; this is one place where it isn't true.
What about the commas after the function ends? They can be
irritating...

steve d.