[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Keeping scripts in memory
- From: "anderson" <anderson@...>
- Date: Mon, 7 Jul 2003 22:56:45 +0800
Thanks, I couldn't find this stuff in the manual. I'd be nice if lua used
something like doxygen.
"Peter Shook" <pshook@sympatico.ca> wrote in message
3F081FDE.7010006@sympatico.ca">news:3F081FDE.7010006@sympatico.ca...
>
> anderson wrote:
> > What does the param name mean in luaL_loadbuffer?
>
> It's just for use in error messages and debug info. Basically to help
> let you know which chunk of code had the error. The string being
> evaluated doesn't have an inherent name like a file or a global
> function, so it's nice to be able to give it a name.
>
> - Peter
>
>