OVERVIEW
FEATURE SUMMARY:
Enhanced while statement allow to iterate through iterator.
MAJOR ADVANTAGE:
People will stop working around for-each loop.
MAJOR BENEFIT(s):
Allow to easy express operation on iterator(s), and iterating over non linear Iterators.
MAJOR DISADVANTAGE:
Automatic loop over Iterator my be problem for some peoples.
ALTERNATIVES:
Using while loop.