Sudarshan's blogby Sudarshan Gaikaiwari

C# @if

June 5, 2006

C# allows us to use keywords as variable names as long as they are prefixed with the @ symbol. So @if, @while, @do is all valid C#.


Edit on GitHub