All pastes #2073141 Raw Edit

argh.

public text v1 · immutable
#2073141 ·published 2011-06-01 08:23 UTC
rendered paste body
if (condition = "true")
{
    string color = "blue";
}
else
{
    string color = "red";
}
Console.WriteLine(String.Format("The ball is {0}", color)); // At which point it says "color" doesn't exist in this context