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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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