Hi Christopher,
> -----
> using System;
>
> class ForLoop {
> public static void Main() {
> for (int i=0; i < 20; i++) {
> Console.WriteLine(i);
> }
> }
> }
Paolo hinted at this already, but I'd just like to confirm it. This code
didn't work with the 0.8 release, but it does work with the latest CVS. :-)
Warren.