[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua's symbol table
- From: "John Belmonte" <jvb@...>
- Date: Fri, 3 Aug 2001 14:23:17 +0900
> Is there a way to do this with the existing API?
I think references provide what you are looking for. Check section 5.14 in
the Lua 4.0 manual.
-John