User:קיפודנחש/sandbox/Module:testit

From Wikipedia, the free encyclopedia

--

return { 
    ["hello"] = function(frame) return "Hello world" end 
    ["nil"] = function(frame) return "Hello world" end 
    ["false"] = function(frame) return false end 

}
--