Iterators

The following files contain code for your basic iterator over an Array object. It was written by Nat Jarus and offered up as a demonstration of how to build an iterator and use effectively. This is meant to be a guide for those of you unfamiliar with coding such a beast.