There are \wedge for logical (∧) "and" and \vee for logical "or" (∨), I believe.
One could have multiple tab completions for the same symbol, of course (and there already are in some cases). Since the tab completions are taken from the Julia REPL (and are periodically updated from there?) one might submit a patch for Julia first and then pull an update over here.
There are
\wedge
for logical (∧
) "and" and\vee
for logical "or" (∨
), I believe.One could have multiple tab completions for the same symbol, of course (and there already are in some cases). Since the tab completions are taken from the Julia REPL (and are periodically updated from there?) one might submit a patch for Julia first and then pull an update over here.