<@U1J2LELV9> Do you mean like `val x = if(y) { z }...
# getting-started
r
@harmony Do you mean like
val x = if(y) { z } else { a }
?