Jump to content

Module:User:IsomorphycSandbox/update diacritic/data

From Wiktionary, the free dictionary


local export = {}

values = {}

function export.inc(n)
	if values[n] == Nil then values[n] = 1 else values[n] = values[n] + 1 end
	return values[n]
end

return export