You can use different types of operators in any expression including logical operators(and, not, or). The table below enumerates all of the operators allowed in the grammar, listed in their precedence order. This means that the higher it is in the table, the more priority it will have in the expression evaluation order:
Conditional operator "if". Here is a possible syntax: if(condition, value if true, value if false). More detail:
https://www.codeproject.com/Articles/18880/State-of-the-Art-Expression-Evaluation
________________________________________________
Вы можете использовать разные типы операторов в любом выражении, включая логические операторы (and, not, or). В таблице ниже перечислены все операторы, разрешенные в грамматике, в порядке их приоритета. Это означает, что чем выше он находится в таблице, тем больший приоритет он будет иметь в порядке оценки выражений:
____________________________________________________________________________________
You should use lowercase letters for operators.
__________________________________________________