Join Slack
Powered by
is there a way to do something like `when (v) { &g...
# getting-started
d
danneu
07/23/2017, 11:36 PM
is there a way to do something like
when (v) { > 60 -> true }
?
v
voddan
07/24/2017, 2:46 AM
when {v > 60 -> true}
😄
3
Views
Open in Slack
Previous
Next