[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How do I add a "local" using the c api
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 31 Mar 2009 10:49:33 -0300
> What I want to do is add a "local" variable in C, for a lua script to access.
You can send those declarations before loading the script: use a custom
lua_Reader.