It is short circuited, but it's not idiomatic Kotl...
# announcements
r
It is short circuited, but it's not idiomatic Kotlin to use boolean expressions in
when
(
if
is considered better in this case)
3