lua-users home
lua-l archive

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


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