Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. local P = {}
  2. pippo = P
  3.  
  4. P.multiplier = function(a, b)
  5. return a * b
  6. end
Add Comment
Please, Sign In to add comment