- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 61字
- 2021-06-24 14:13:26
Chars
Chars represent a single character. Character literals use single quotes such as 'A' or 'Z'. Chars also support escaping for the following characters: \t, \b, \n, \r, ', ", \\, and \$.
All unicode characters can be represented using the unicode number, for example, \u1234.
Note that the char type is not treated as a number, as used in Java.
推薦閱讀
- Software Defined Networking with OpenFlow
- Learning Flask Framework
- Raspberry Pi 2 Server Essentials
- C語言程序設計
- Reactive Programming With Java 9
- PostgreSQL Replication(Second Edition)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Practical Microservices
- ASP.NET求職寶典
- 邊玩邊學Scratch3.0少兒趣味編程
- SSH框架企業級應用實戰
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- C語言程序設計實驗指導與習題精解
- iOS應用逆向工程:分析與實戰