Skip to content

Commit

Permalink
Iterator: Fixed "next".
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefolta committed Jul 17, 2010
1 parent e7a1bb3 commit bf9c379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Standard/Iterator
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ go-forward


next
if is-done
return nil
result = current-item
go-forward
return result
Expand Down

0 comments on commit bf9c379

Please sign in to comment.