Auto means: different meaning for "|" and for " | "
search:123 456|789
means:<123> <456|789>
search:123 456 | 789
means:<123 456> | <789>
I don't know to tell what about "| " or " |".
123 456| 789
123 456 |789
I think the user
means:<123 456> | <789>
Operator precedence: Auto
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Operator precedence: Auto
I'll consider it, the option to override operator precedence could be useful.
Thanks for the suggestion.
Thanks for the suggestion.