Re: Once a newbie, always a newbie
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Once a newbie, always a newbie
- From: Patrick Rapin <toupie300@...>
- Date: 2012年8月31日 14:18:48 +0200
> Once a newbie, always a newbie
Your code is certainly not a newbie's one. Metatables are a powerful
concept for advanced users.
And you use the inexistent __gt metamethod. An "advanced newbie" would
have double checked in the documentation for the name of the
metamethod.
This error shows that you are so fluent in Lua language that you don't
check your memory anymore.