Re: how to write command for unlimited time
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how to write command for unlimited time
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2023年3月01日 19:15:41 +0200
On 01/03/2023 18:28, Ron Teitelbaum wrote:
while(1)
do
statement(s)
end
Any non-zero value keeps the loop going.
In Lua zero value will also keep the loop going.
--
Shmuel