Join Slack
Powered by
``` val three = Random().nextInt() when (t...
# announcements
n
nish
10/04/2017, 3:53 PM
Copy code
val three = Random().nextInt() when (three) { 3 -> {"Oh look it's three"} } doSomethingElse()
Open in Slack
Previous
Next