मजकूराशीं उडकी मार

एकक:table/length

Wiktionary कडल्यान

Documentation for this module may be created at एकक:table/length/doc

local ipairs_default_iter = ipairs{}

return function(t, raw)
	local n = 0
	if raw then
		for i in ipairs_default_iter, t, 0 do
			n = i
		end
		return n
	end
	repeat
		n = n + 1
	until t[n] == nil
	return n - 1
end
"https://gom.wiktionary.org/w/index.php?title=एकक:table/length&oldid=25278" चे कडल्यान परतून मेळयलें