Open markusvoelter opened 5 years ago
In this example,
the final AltCase, the one for the default, should only be added if the default of the source table is not null.
You can write
cases: if ... then AltCase { ... else null
Yeah, just found that, too. But isn't this ugly?
In this example,
the final AltCase, the one for the default, should only be added if the default of the source table is not null.