- Kotlin Programming By Example
- Iyanu Adelekan
- 40字
- 2025-04-04 17:16:16
Comments
When writing code, you may need to jot down important information pertaining to the code being written. This is done through the use of comments. There are three types of comments in Kotlin:
- Single-line comments
- Multiline comments
- Doc comments