Guest User

Untitled

a guest
Aug 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function(a,b,...)
  2. local c=s({v=b},a)
  3. local d=c
  4. for i,v in ipairs{...} do d=d:push(v) end
  5. return c
  6. end
Add Comment
Please, Sign In to add comment