VanillaBean

testLib

Jan 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local test = {}
  2.  
  3. function test.write(str)
  4.     print(str)
  5.  
  6. end
  7.  
  8. function test.run(str)
  9.  
  10.     test.write(str)
  11. end
  12.  
  13. return test
Advertisement
Add Comment
Please, Sign In to add comment