lua-users home
lua-l archive

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



On Jul 10, 2006, at 17:29, Diman Todorov wrote:

        a = coroutine.yield()

'a' is global, try local a = ...