`(b ?: 0).let { print(it) }`
# getting-started
a
(b ?: 0).let { print(it) }