Is it possible to use foreach backwards?

foreach(int i;20..1)
 writeln(i);

compiles but I get nothing.

Reply via email to