2,875
edits
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 | if key then | ||
self.current = self.data[key] | self.current = self.data[key] | ||
return true | return true |
edits