Module:User:Prahlad balaji.test/sandbox/test

From Wiktionary, the free dictionary
Jump to navigation Jump to search
local export = {}
function export.test(args)
if not args then
	assert("test")
elseif args == "2" then
	return "p"
end
    return args
end
return export