Jump to content

User:Chinggis6/Module:Tenger

From Wikipedia, the free encyclopedia

-- Simple module for testing Lua

-- Create object local myObject = {}

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

return myObject