Like this? : ``` when(x) { 1, 2, 3 ->... ...
# getting-started
v
Like this? :
Copy code
when(x) {
    1, 2, 3 ->...
    4 -> ....
    else -> ...
}