branch | stable |
changeset 2175 | 16d3c37c5d28 |
parent 2172 | cf8f9180e63e |
child 3686 | d44b17016944 |
2174:7f576dc9502e | 2175:16d3c37c5d28 |
---|---|
65 |
65 |
66 ',' is equivalent to 'AND' but with the smallest among the priority |
66 ',' is equivalent to 'AND' but with the smallest among the priority |
67 of logical operators (see :ref:`PriorityOperators`). |
67 of logical operators (see :ref:`PriorityOperators`). |
68 |
68 |
69 Mathematical Operators |
69 Mathematical Operators |
70 ```````````````````` |
70 ``````````````````````` |
71 :: |
71 :: |
72 |
72 |
73 +, -, *, / |
73 +, -, *, / |
74 |
74 |
75 Comparison operators |
75 Comparison operators |