eygraber
val text: String = null // ignoring interpolation option text?.plus("other") ?: "default" + "other text.or("default") + "other"