Pinkishu

Untitled

Jun 15th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. function cunpack(t,iter,prevKey)
  2.   iter = iter or pairs(t)
  3.   local k,v = iter(t,cv or nil)
  4.   if k ~= nil then
  5.     return v,cunpack(t,iter,k)
  6.   end
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment