Advertisement
Guest User

myfirstlib.lua

a guest
Mar 27th, 2016
1,393
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 1 0
  1. local mylib = {}
  2.  
  3. Здесь ваши функции...
  4.  
  5. Пример:
  6. function mylib.hello()
  7.    print('Hello World')
  8. end
  9.  
  10. return mylib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement