User:קיפודנחש/sandbox/Module:Testit
Appearance
< User:קיפודנחש | sandbox
--
return {
["hello"] = function(frame) return "Hello world" end,
["nil"] = function(frame) return nil end,
["false"] = function(frame) return false end
}
--