lua-users home
lua-l archive

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


Hi,

Does Lua supports some kind of meta line information?

For instance, in C, line information can be included in generated source
codes as follows:

> #line 40 "doc.nw"
> double f(int x)
>    :

Is there any equivalent syntax for Lua scripts?


Regards,
- WK