try
try copied to clipboard
Add helper commands for showing output
How about some built in commands to show output like linqpad's results or dump?
Could be extension methods to console like Console.Dump(object o) and Console.table(o)...
Currently you have to write a lot to see a result. Would be much nicer as a scrathpad or quick try tool