[MonoDevelop] Mono IDE loops when performing run
intrader
intrader at aol.com
Mon Oct 12 00:59:00 EDT 2009
This is when you have a Console.ReadLine. The IDE simply does not stop to
allow input causing loops in programs that contain a ReaLine in loop.
using System;
namespace Application
{
public class hello
{
public static void Main()
{
Console.Write("What is your name");
Console.Write("Hello {0}!",Console.ReadLine());
Console.WriteLine("Welcome");
}
}
}
--
View this message in context: http://www.nabble.com/Mono-IDE-loops-when-performing-run-tp25850529p25850529.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list