int i = 9; string s = nameof(i); s; nameof(s); nameof(i+1); //gives the empty string: $