- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 46字
- 2021-06-24 14:13:26
Comments
Comments in Kotlin will come as no surprise to most programmers as they are the same as Java, JavaScript, and C, among other languages. Block comments and line comments are supported as follows:
// line comment /* A block comment can span many lines */