Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 33: Line 33:
-- version of gsubn() that discards all but the first return value
-- version of gsubn() that discards all but the first return value
local function gsub(term, foo, bar, n)
local function gsub(term, foo, bar, n)
local retval = rsubn(term, foo, bar, n)
local retval = gsubn(term, foo, bar, n)
return retval
return retval
end
end