Kotlin var y val

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