<@U5QGY080J> then you just write either `if (myPai...
# announcements
e
@iex then you just write either
if (myPair.first == a && myPair.second == b)
or
if (myPair == Pair(a, b))
or equivalent
when
(in case when there are multiple cases that you have to choose from).