Join Slack
Powered by
e.g `if (b) x else y` is the same as Java’s `b ? ...
# announcements
n
natpryce
02/15/2016, 5:16 PM
e.g
if (b) x else y
is the same as Java’s
b ? x : y
Open in Slack
Previous
Next