|
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