Join Slack
Powered by
``` when { x == 3 -> ... x != 10 -> ...
# getting-started
m
menegatti
11/24/2017, 1:37 PM
Copy code
when { x == 3 -> ... x != 10 -> ... }
is the closest I can think of
Open in Slack
Previous
Next