Team LiB
Previous Section Next Section

Index

Symbols

+ (addition) operator, 74
&& (and) operator, 81
{ } (curly braces), 464
/ (division) operator, 74
$ (dollar sign), 459
" (double quotes), 65
== (equals to) operator, 77
/ (forward slash), 142
% (modulus) operator, 74
* (multiplication) operator, 74
\n (newline character), 122, 153
!= (not equal to) operator, 77
|| (or) operator, 81
; (semicolon), 10, 55
' (single quotes), 65
- (subtraction) operator, 74
\t (tab character), 126–127
_ (underscore), 64, 459

Team LiB
Previous Section Next Section