lua-users home
lua-l archive

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


Hallo,

On 5/7/06, SevenThunders <mattcbro@earthlink.net> wrote:
expressions.  (Maybe the LUA experts could weigh in here.  Is there any way
to do lazy evaluation inside lua?)


    It's possible attaching to a table a metatable with a __index
metamethod set.

--
-alex
http://www.ventonegro.org/