Talk:Coroutine.yield
From ComputerCraft Wiki
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