From: "Jackson Harper" <[EMAIL PROTECTED]>

> Have the Console.Read* functions been implemented yet?

The program below works for me - so I guess, at least ReadLine() is
implemented.

 using System;
 class x {
  public static void Main() {
   Console.WriteLine(Console.ReadLine());
  }
 }

Stefan



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to