Jump to content

Module:Sandbox/Alexiscoutinho

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 00:22, 14 January 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.test(frame)
	return ('tre'):sub(1,5) .. 'y'
end
return p