Basic Programs
Get started with Kotlin: your first program, variables, and comments.
1
Basic Programs
2Comments in Kotlin
A Kotlin example program demonstrating Comments, complete with the source code and expected sample output.
Basics
3Declare Variables in Kotlin
Learn how to declare variables in Kotlin using var and val, with type inference, mutable, immutable and top-level variables, plus examples and output.
Basic Programs
4First Program in Kotlin
A Kotlin example program demonstrating First, complete with the source code and expected sample output.
basic programs
KDoc Comments in Kotlin
KDoc is Kotlin's documentation comment format, similar to Javadoc. A Kotlin example with source code and sample output.