+ 2

Why doesn't the "
quot; string operator work in this interpreter/environment?

27th Mar 2018, 10:52 AM
Bezaleel Olakunori
Bezaleel Olakunori - avatar
2 odpowiedzi
+ 7
Because string interpolation is only available in C# 6 onwards which is not supported by SoloLearn's cloud compiler, yet. 😉
27th Mar 2018, 11:50 AM
Zephyr Koo
Zephyr Koo - avatar
+ 2
Is that true ? It have use it in this code https://code.sololearn.com/cAiNdtyF9cPg the $-sign means that variable can be use inline like {cats} instead of using place holders like {0} https://www.dotnetperls.com/string-interpolation
28th Mar 2018, 7:50 PM
sneeze
sneeze - avatar