|
|
||
|
how to unsubscribe the maillist? thanks
From: PA <petite.abeille@gmail.com> Reply-To: Lua list <lua@bazar2.conectiva.com.br> To: Lua list <lua@bazar2.conectiva.com.br> Subject: Re: Question regarding coroutines Date: Mon, 10 Jul 2006 17:38:40 +0200
On Jul 10, 2006, at 17:29, Diman Todorov wrote:
a = coroutine.yield()
'a' is global, try local a = ...