the last expression of a lambda denotes it's retur...
# announcements
h
the last expression of a lambda denotes it's return value, in your case
"hi"
, that's why it works. What would the compiler optimize away?