b?.let { print("${b}") }
# getting-started
k
b?.let { print("${b}") }