Module:siwa-noun/data: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


local function rsub(term, foo, bar, n)
local function rsub(term, foo, bar, n)
local retval = rsubn(term, foo, bar, n)
local retval = gsub(term, foo, bar, n)
return retval
return retval
end
end