Jump to content

User:Chinggis6/Module:Tenger

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

-- Simple module for testing Lua

-- Create object local myObject = {}

-- Define function in the object function myObject.myFunction() return "First module done!" end

return myObject