Description: A sequence of characters representing text. Supports string interpolation and escape sequences.

Example #

let greeting: String = "Hello, World!"
let name = "Alice"
let message = "Hello, ${name}!"