using System; class AlternateInterpolatedStrings { string s1 = $@"C:{12}"; string s2 = @$"C:{12}"; }