lua-users home
lua-l archive

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


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.
>