Kotlin Var и Val

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