TIL ``` val a: String? = null val b = a ?: 1 ```
# announcements
m
TIL
Copy code
val a: String? = null
val b = a ?: 1