Closed moodymudskipper closed 4 years ago
doubt operator are nice to avoid extra parentheses so are well suited for tb, but our use of ? prevents it so far.
?
`? should try to find doubt operators first and if there aren't any, fall back on the column selection behavior.
For a draft, could be as easy as using tb's ? when unary and doubt's ? in other cases.
doubt operator are nice to avoid extra parentheses so are well suited for tb, but our use of
?
prevents it so far.`? should try to find doubt operators first and if there aren't any, fall back on the column selection behavior.
For a draft, could be as easy as using tb's
?
when unary and doubt's?
in other cases.