[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Beginner from Python, starting to MySQL Proxy
- From: "Javier Guerra" <javier@...>
- Date: Mon, 14 Jul 2008 15:13:13 -0500
On Mon, Jul 14, 2008 at 3:00 PM, Marinho Brandao <marinho@gmail.com> wrote:
> my question is: has Lua equivalent functions to them?
just remember that Lua doesn't have 'objects'.
complex values are either tables, which you can enumerate, or
something else with a metatable, also enumerable.
--
Javier