lua-users home
lua-l archive

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


>How line numbers are handeled by lua_load and the chunk reader ?

Lua sees only the lines it receives. So, in your example, it will be 2 :-(
We'll see if this can be fixed easily before 5.0 alpha.
--lhf