[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Break out of program in interpreter
- From: Jose Torre-Bueno <jtorrebueno@...>
- Date: Tue, 14 May 2013 07:53:28 -0700
Sorry what is "top post"
On May 14, 2013, at 7:40 AM, Daurnimator <quae@daurnimator.com> wrote:
> On 14 May 2013 10:36, Jose Torre-Bueno <jtorrebueno@cox.net> wrote:
>> Is there any way to pause a lua program for less than one second?
>>
>> Thanks to your help I can write a loop like this:
>>
>
> luasocket can be used (it's often installed)
>
> require "socket".sleep(0.5)
>
> Also, please don't top post.
>