Kotlin var i val

val declares a read-only property, var a mutable one
DevLorenzo