e.g `if (b) x else y` is the same as Java’s `b ? ...
# announcements
n
e.g
if (b) x else y
is the same as Java’s
b ? x : y