lua-users home
lua-l archive

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


spir <denis.spir@free.fr> writes:

> On Thu, 18 Feb 2010 09:41:37 +0100
> David Kastrup <dak@gnu.org> wrote:
>
>> Regardless of which keyword is used, I repeat my proposal to make
>> "continue" under whatever name resume at the top of a repeat loop, not
>> the condition.
>
> So, what about "resume"? Pretty clear, no?

Commonly used for resuming suspended activities/threads/coroutines in
programming.  Loaded term.

-- 
David Kastrup