C# @if
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#.
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#.