Guest User

Untitled

a guest
Jul 21st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function values(t)
  2. return coroutine.wrap( function()
  3. for _, v in pairs(t) do
  4. coroutine.yield(v)
  5. end
  6. end )
  7. end
Add Comment
Please, Sign In to add comment