`a.let { x -> b.let { y -> print("$x $y") } ...
# announcements
k
a.let { x -> b.let { y -> print("$x $y") } }