lua-users home
lua-l archive

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


>I mean something like this:
>
>while true do
>   print("Help!")
>end

Use the count hook and give an error after n counts.
--lhf