tapchicoma
when
kotlin when (some) { case1 -> doSmth1() case2 -> justContinueAfterWhen() else -> doOnElse() }