2019 | OriginalPaper | Chapter
6. Comments in Kotlin Files
Published in:
Learn Kotlin for Android Development
Abstract
Comments in computer language files are text that does not belong to the computer language itself and thus have no influence over the program execution, but provide a textual description of elements and constructs used in the program. Comments help the reader to understand your program.