- Kotlin Programming By Example
- Iyanu Adelekan
- 54字
- 2021-08-27 20:00:08
String
A string is a sequence of characters. In Kotlin, strings are represented by the string class. Strings can be easily written by typing out a sequence of characters and surrounding it with double quotation marks:
val martinLutherQuote: String = "Free at last, Free at last, Thank God almighty we are free at last."
推薦閱讀
- Android Wearable Programming
- Getting Started with React
- ReSharper Essentials
- 編程的修煉
- 跟“龍哥”學C語言編程
- Java 11 Cookbook
- Apache Spark 2.x for Java Developers
- 愛上micro:bit
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Getting Started with Python and Raspberry Pi
- C語言程序設計與應用(第2版)
- 奔跑吧 Linux內核
- Visual C++程序設計與項目實踐
- Mastering Embedded Linux Programming
- Learning Kotlin by building Android Applications