``` val three = Random().nextInt() when (t...
# announcements
n
Copy code
val three = Random().nextInt()
    when (three) {
        3 -> {"Oh look it's three"}
    }
    doSomethingElse()