Short: Allow reversed foreach()
From: Pen (Stefan Riemer)
Date: 2001-06-04
Type: Feature
State: New

Allow the traverse an array from the top in foreach() instead of from the
bottom.

Maybe make the syntax similar to catch (;nolog):

  foreach (i : array ; reverse)

