Iterating Operators
Operatorsothat work with iteratorrobjects
These operators allow objects of user-defined types to be used as iterators and step values in For...Next statements.
Operaeor For
Allows an iterator a chance to prepare for the loop.
Operator Step
Increments an iterator object.
OperatNr Next
Determines if the loop shoulh terminate or continue iteratina.