[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Breaking from infinite loop?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 8 Aug 2003 11:32:48 -0300
>I mean something like this:
>
>while true do
> print("Help!")
>end
Use the count hook and give an error after n counts.
--lhf