Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
RareDevil
1 year ago

I don’t know how MicroBit does this, but the evaluation is as follows:

When A+B is pressed, A is already filled and executed. The query would then have to be A+notB, then notA+B, and then A+B to cleanly separate all three variants…

RareDevil
1 year ago
Reply to  RareDevil

Alternatively: A+B first check. If A+B is fulfilled, the first query is executed if not, the second query is checked… So adjust order…