Join Slack
Powered by
Like `foo.then { bar() }` would read as `if (foo) ...
# announcements
g
gabrielfv
04/23/2018, 7:49 PM
Like
foo.then { bar() }
would read as
if (foo) { bar() }
Open in Slack
Previous
Next