More Funny Code

time to read 1 min | 70 words

How fast can you understand what is going on in here?

public int Calc()
{
  int @return = 0;
  return @return;
}

I'm consderring moving to this as a way to name my return variables.