DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

KOTLIN Reference: Variables

Quick reference for Variables.

Read time: 1 min Words: 14
My Progress

KOTLIN Reference — Variables

Quick summary of Variables with syntax and example.

Syntax

fun main(){}

Example

fun main(){
  println("Hello Kotlin")
}