<@U0ZFBBUBU>: You can use `run` function to execut...
# language-proposals
i
@groostav: You can use
run
function to execute code block as expression:
Copy code
val x = someObject?.someMethod() ?: run { Logger.warning("no alpha beta value!"; continue }