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

From Wikipedia, the free encyclopedia

--

return { f = function(g) 
    local n = { }
    for x in string.gmatch( g.args[1], "." ) do table.insert( n, x ) end
    return table.concat( n, " " )
end }
--