Advertisement
RabaGhast

FunctionTest

Oct 3rd, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.05 KB | None | 0 0
  1. function Test(str)
  2.   print(str)
  3. end
  4.  
  5. Test("lol")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement