Advertisement
rblxsd

Untitled

Nov 29th, 2021
905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local a = 10
  2. local b = 5
  3. function summ(c,d)
  4.     return c + d
  5. end
  6.  
  7. local result = summ(a,b)
  8.  
  9. print(result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement