- об'єкт коду, [1], [2], [3]
-
оператор
- !=, [1]
- % (percent), [1]
- & (ampersand), [1]
- * (зірочка), [1]
- **, [1]
- + (plus), [1], [2]
- - (мінус), [1], [2]
- / (slash), [1]
- //, [1]
- < (less), [1]
- <<, [1]
- <=, [1]
- ==, [1]
- > (greater), [1]
- >=, [1]
- >>, [1]
- @ (at)
- ^ (caret), [1]
- | (vertical bar), [1]
- ~ (tilde), [1]
- and, [1], [2]
- comparison
- in, [1], [2]
- is, [1]
- is not, [1]
- not, [1]
- not in, [1], [2]
- or, [1], [2]
- overloading
- precedence
- ternary
|
|