Structs§
- String
Literal - String literals can contain interpolations, which are expressions that are
evaluated and inserted into the string at the location of the interpolation.
For example, the string
"Hello, {name}!"contains a single interpolation at index 7. - Syntax
Error