Join Slack
Communities
Powered by
``` when (5) { is > 4 -> println("success")...
# announcements
z
zoltu
03/14/2016, 5:43 AM
Copy code
when (5) { is > 4 -> println("success") else -> println("unexpected") }
Open in Slack
Previous
Next