imported>Sdsds
start sandbox with something easy
 
(No difference)

Latest revision as of 05:43, 12 July 2014

Documentation for this module may be created at Module:Sandbox/Sdsds/Sandbox/doc

my_object = {}

my_object.hello = function( frame ) 
    local str = "Hello Sdsds!"  
    return str    
end
 
return my_object