@{ var theMonth = DateTime.Now.Month; }

The numeric value of the current month: @theMonth

@{ var outsideTemp = 79; var weatherMessage = "Hello, it is " + outsideTemp + " degrees."; }

Today's weather: @weatherMessage