[Mono-list] loops segfault ?

Warren Schrey warren@elven.ca
Mon, 18 Feb 2002 10:07:17 -0500


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.