![Swift Functional Programming(Second Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/293/36701293/b_36701293.jpg)
上QQ阅读APP看书,第一时间看更新
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"
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"