Join Slack
Powered by
Does Kotlin support expression blocks? ``` val x =...
# announcements
z
zoltu
03/28/2016, 7:17 PM
Does Kotlin support expression blocks?
Copy code
val x = run { if (condition) { return "test" } else { return "testing" } }
Open in Slack
Previous
Next