মডিউল:TableTools: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অ Protected Module:TableTools: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)) |
sparseIpairs: return nil explicitly if i > lim |
||
১৮৬ নং লাইন: | ১৮৬ নং লাইন: | ||
local key = nums[i] | local key = nums[i] | ||
return key, t[key] | return key, t[key] | ||
else | |||
return nil, nil | |||
end | end | ||
end | end |