Anonymous

Module:FunList/Iterators: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 66: Line 66:
function TableEnumerator:moveNext()
function TableEnumerator:moveNext()
mw.log('moving next')
mw.log('moving next')
if true then return false end
if self.state == 0 then
if self.state == 0 then
self.state = 1
self.state = 1
2,873

edits