How could I get an expression to fire multiple bra...
# announcements
r
How could I get an expression to fire multiple branches of a
when
if the lhs matches
a
@redrield You can't. The
when
is a replacement for repeated 'if.. else if ..' or the
switch
statement. What would be the return value from a
when
statement if you could execute multiple branches?