How to run 2 dynamic events under ternary operation?

For example:

dmx-on:updated = “value == 1 ? event1;event2 : event3;event4”

Using semicolon as above example doesn’t work.

The forum has a really nice search option, which you can use to find if your question has already been asked.
Result:

Indeed I always searched the forum first before posting any question. I missed this one probably because the question wasn’t clear there and is categorised under bugs. Anyway that’s the solution I need. Thanks.