They're the same (though you do need to use curly ...
# announcements
r
They're the same (though you do need to use curly braces in your example:
listOf("hello", " ", "world").reduce { a,b -> a + b }
)