lua-users home
lua-l archive

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


> The lua 5 ref manual says that the line hook is executed when the 
> interpreter is about to start the execution of a new line of code... 
> Shouldn't I have gotten a hook for LINE 5?

Yes. This has been fixed in Lua 5.1.
--lhf