Team LiB
Previous Section Next Section

Index

Symbols

– decrement operator 31, 32, 125
- subtraction operator 31
% modulus division operator 31, 32
(!) NOT bitwise operator 38
(!) NOT logical operator 37
(!=) not equal operator 36
(&&) AND logical operator 37
(&) AND bitwise operator 38
(.) dot operator 46
(^) XOR bitwise operator 38
({}) curly braces scope 25
(|) OR bitwise operator 38
(||) OR logical operator 37
(<<) shift left operator 40
(>>) shift right operator 40
* multiplication operator 31
*= multiplication assignment operator 31, 32
/ division operator 31
/= division assignment operator 31, 32
@Page directive SmartNavigate attribute 514
\ backslash escape character 16
\' single quote escape character 16
\0 null termination escape character 16
\a alert escape character 16
\b backspace escape character 16
\f form feed escape character 16
\n new line escape character 16
\r carriage return escape character 16
\t horizontal tab escape character 16
\v vertical tab escape character 16
+ addition operator 31
++ increment operator 31, 32, 125
+= addition assignment operator 31, 32
< comparison operator 36
<= comparison operator 36
-= subtraction assignment operator 31, 32
== equivalence operator 36
> comparison operator 36
>= comparison operator 36

Team LiB
Previous Section Next Section