Alternatively: `val result = var?.let { something ...
# getting-started
d
Alternatively:
val result = var?.let { something } ?: somethingElse