- Kotlin Programming By Example
- Iyanu Adelekan
- 43字
- 2021-08-27 20:00:10
Multiline comments
Multiline comments span multiple lines. They are started with a backslash followed by an asterisk (/*) and ended by an asterisk followed by a backslash (*/):
/*
* I am a multiline comment.
* Everything within me is commented out.
*/
推薦閱讀
- Android應用程序開發與典型案例
- Modular Programming with Python
- R語言經典實例(原書第2版)
- JavaFX Essentials
- Java程序員面試算法寶典
- 編譯系統透視:圖解編譯原理
- EPLAN實戰設計
- Learning ELK Stack
- Web Development with MongoDB and Node(Third Edition)
- C程序設計實踐教程
- JavaCAPS基礎、應用與案例
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Solutions Architect's Handbook
- OpenCV 3計算機視覺:Python語言實現(原書第2版)