Anonymous

Module:FunList/Iterators: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 52: Line 52:
-- If the index exist, we have succesfuly moved to the next.
-- If the index exist, we have succesfuly moved to the next.
if key ~= nil then
if key then
self.current = self.data[key]
self.current = self.data[key]
return true
return true
2,875

edits