Join Slack
Powered by
```val foo = if (true) { true } else if (1 == 0)...
# announcements
a
andrewlmurray
09/19/2017, 9:17 PM
Copy code
val foo = if (true) { true } else if (1 == 0) { false } else { false } && false
Open in Slack
Previous
Next