Pinkishu

Untitled

Jun 15th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function cunpack(t,pk)
  2.   local k,v = next(t,pk)
  3.   if k ~= nil then
  4.     return v,cunpack(t,k)
  5.   end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment