官术网_书友最值得收藏!

Strings

Just as in Java, strings are immutable. String literals can be created using double quotes or triple quotes. Double quotes create an escaped string. In an escaped string, special characters, such as new line, must be escaped:

    val string = "string with \n new line" 

Triple quotes create a raw string. In a raw string, no escaping is necessary, and all characters can be included:

    val rawString = """ 
    raw string is super useful for strings that span many lines """ 

Strings also provide an iterator function that can be used in a for loop. This will be described later in the Loops section.

主站蜘蛛池模板: 封开县| 剑阁县| 德阳市| 昆山市| 芜湖县| 永新县| 常山县| 晋宁县| 大渡口区| 内江市| 呼伦贝尔市| 古田县| 襄汾县| 都江堰市| 富顺县| 江山市| 观塘区| 关岭| 江津市| 徐州市| 沾益县| 乐亭县| 镇原县| 天镇县| 莱阳市| 壤塘县| 五峰| 连城县| 宜川县| 时尚| 漯河市| 新津县| 武山县| 嘉荫县| 耒阳市| 老河口市| 从江县| 怀宁县| 肥西县| 锡林浩特市| 衡山县|