Not much of a saving over `if/else` though: ``` r...
# announcements
m
Not much of a saving over
if/else
though:
Copy code
result = if (config.enableSomeFeature()) { someAction() } else { null }