It will in the next version. This is a new string literal that makes it easier to create strings. The three main advantages: multiline, (formatted) string interpolation and no need to escape quotes.Are you sure this works?
Interesting.10 / 3 = 3.3333333333333335
What is the output of this code?
This may break existing code. Note that the IDE will autocomplete the closing $" automatically so it is really simple to use the new string literal instead of the standard one.any chance that this would be the default for all string operations?
The equivalent code:
There is a missing quote in line 37...