Jump to content

Module:ئىشلەتكۈچى:Oyunqi/UnitTest

ئورنى Wiktionary

Documentation for this module may be created at Module:ئىشلەتكۈچى:Oyunqi/UnitTest/doc

my_object = {};
my_object.hello = function( frame ) 
    local str = "Hello World!"  

    return str    
end