Like `foo.then { bar() }` would read as `if (foo) ...
# announcements
g
Like
foo.then { bar() }
would read as
if (foo) { bar() }