Kotlin Programming By Example
上QQ阅读APP看书,第一时间看更新

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