D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
cs
/
Filename :
string-interpolation.txt
back
Copy
var istr = $"{{Hello}},\n{$"\"{nested}\"" + @" and " + $@"""{nested}""" /*comments*/ }"; var ivstr = $@"{{Hello}}, { $"\"{nested}\"" + @" and " + $@" ""{nested}"" " /*comments*/ }";