You can also reuse the name: ``` foo.thing?.let { ...
# announcements
d
You can also reuse the name:
Copy code
foo.thing?.let { thing -> bar(thing) }