Talk:Coroutine.yield
From ComputerCraft Wiki
Revision as of 09:16, 3 December 2012 by LBPHacker (Talk | contribs) (Created page with "So it says 'coroutine.yield(coroutine, var1, var2, ...)' stops the coroutine ''coroutine'', while the Coroutine API page says coroutine.yield() can only stop the running corou...")
So it says 'coroutine.yield(coroutine, var1, var2, ...)' stops the coroutine coroutine, while the Coroutine API page says coroutine.yield() can only stop the running coroutine. Anyways, I have one question. Can I yield a coroutine from another coroutine?
LBPHacker