Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a = 10
- local b = 5
- function summ(c,d)
- return c + d
- end
- local result = summ(a,b)
- print(result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement