Xy Ren
when
CLOVIS
val a = ... val b = ... when { a is TypeA && b is TypeB -> ... else -> ... }
when (...) {
A modern programming language that makes developers happier.