``` val text: String = null // ignoring interpolat...
# announcements
e
Copy code
val text: String = null
// ignoring interpolation option
text?.plus("other") ?: "default" + "other
text.or("default") + "other"