[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question regarding coroutines
- From: PA <petite.abeille@...>
- 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 = ...