Within LinqPad I can use things like
Console.ReadKey();
OR
Util.ReadLine();
But how do you run these in such a way you can actually enter the input?
The UI doesn't have a console window!
Using Util.ReadLine() gives you a black box at the bottom of the window to input your...input
Util.ReadLine()
Using
Util.ReadLine()gives you a black box at the bottom of the window to input your...input