All pastes #2073142 Raw Edit

argh.

public text v1 · immutable
#2073142 ·published 2011-06-01 08:24 UTC
rendered paste body
string color;
if (condition = "true")
{
    color = "blue";
}
else
{
    color = "red";
}
Console.WriteLine(String.Format("The ball is {0}", color)); // No Error Now