lua-users home
lua-l archive

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


>Anyway, remember that Lua allows '#' to comment if it is placed at the
>beginning of line.

That is not true. Only the first line was allowed to begin with '#', to
handle Unix exec scritps. 

And in 5.1 this is handled by lauxlib, no longer by the core.
--lhf