User:קיפודנחש/sandbox/Module:Test
Appearance
< User:קיפודנחש | sandbox
--
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 }
--
--
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 }
--