`val result = var?.let { something } ?: somethingE...
# getting-started
k
val result = var?.let { something } ?: somethingElse
is dangerous tho