- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 31字
- 2021-07-02 23:54:24
String literals
String literals can be used to create an instance of String. In the following code example, we define and initialize aVegetable with the String literal:
let aVegetable = "Arugula"