Below is the equivalent code in Lua: c = coroutine.create(function() print(2) coroutine.yield() print(4) coroutine.yield() print(" ") end) ...
確定! 回上一頁