Is it possible to do something like `(if (cond) a ...
# announcements
r
Is it possible to do something like
(if (cond) a else b) = X
in Kotlin? I’ve been trying but I couldn’t. I think it’s not supported by the language itself... but might be great!