Join Slack
Powered by
They're the same (though you do need to use curly ...
# announcements
r
Ruckus
06/09/2017, 6:10 PM
They're the same (though you do need to use curly braces in your example:
listOf("hello", " ", "world").reduce { a,b -> a + b }
)
Open in Slack
Previous
Next