Ruckus
val
var pen: String get() = "..." set(value) { // Do something with value } // or val pen: String get() = "..."