[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: References to methods
- From: "Nick Davies" <goodbytes@...>
- Date: Mon, 3 Mar 2003 21:45:53 -0500
> In the following code:
>
> ===
> function create()
> local e
> [snip]
That line above should read
local e = {}
Sorry about that! :)
~Nick