Hello,
if I have 3 different patterns/questions, a b and c and their respective responses (A B and C),
what if the user decides to ask them all in one sentence?
I know I can do something like this:
(a) A
(a ... b…) A B
(a… b… c….) A B C
(b…c…) B C
but it seems a bit clunky way of doing thing/// lots of redundancy in writing this out,
what is the best way to do this (beside just saying something like “Please state your questions one at a time”?)?