Content deleted Content added
No edit summary |
No edit summary |
||
Line 48:
p.sentence = function(frame)
local str = frame.args.words or ""
local out = string.sub(str,
return out
end
|
No edit summary |
No edit summary |
||
Line 48:
p.sentence = function(frame)
local str = frame.args.words or ""
local out = string.sub(str,
return out
end
|