Core concept
String name = "World";
String msg = STR."Hello \{name}!";Advertisement
How it works
Preview + syntax subject to change.
Advertisement
Trade-offs + gotchas
Formatted strings when finalized.
String name = "World";
String msg = STR."Hello \{name}!";Preview + syntax subject to change.
Formatted strings when finalized.