Welcome to Kotlin!
Hello World!
Data Types
Var
Operators
Comments
Input
If
While Loops
Comments

Comments are explanatory statements used to describe your code.

A single line comment starts with //

Everything after // is considered as a comment and is ignored by the program.


If you need a longer comment that spans multiple lines, you can use multi-line comments. Everything between /* and */ is considered a comment.


© Rostik_Halk,
книга «Kotlin».
Коментарі