Closed KhadanovichSergey closed 2 years ago
Strings can be used with + binary operator. Interpolation should be supported for such case:
+
String result = s("Hello, $name") + s("I'm $age");
It seems weird to use interpolation in such way, but may be someone need it :)
done in 615b249
Strings can be used with
+
binary operator. Interpolation should be supported for such case:It seems weird to use interpolation in such way, but may be someone need it :)