[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Overwrite a built in Lua function with an application specific version
- From: "RJP Computing" <rjpcomputing@...>
- Date: Wed, 13 Jun 2007 09:10:25 -0400
On 6/13/07, Alex Queiroz <asandroq@gmail.com> wrote:
lua_pushcfuntion(L, your_print);
lua_setglobal(L, "print");
The elegance and simplicity of Lua blow my mind. Thanks for the replies.
--
Regards,
Ryan
RJP Computing