equal
deleted
inserted
replaced
71 \texttt{\_}, |
71 \texttt{\_}, |
72 \texttt{>}, |
72 \texttt{>}, |
73 \texttt{<}, |
73 \texttt{<}, |
74 \texttt{=}, |
74 \texttt{=}, |
75 \texttt{;}, |
75 \texttt{;}, |
76 \texttt{,} |
76 \texttt{,} (comma), |
77 \texttt{$\backslash$} and |
77 \texttt{$\backslash$} and |
78 \texttt{:} |
78 \texttt{:} |
79 |
79 |
80 \item strings are enclosed by \texttt{"\ldots"} and consisting of |
80 \item strings are enclosed by double quotes, like \texttt{"\ldots"}, and consisting of |
81 symbols, whitespaces and digits |
81 symbols, whitespaces and digits |
82 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}} |
82 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}} |
83 \item there are semicolons \texttt{;} |
83 \item there are semicolons \texttt{;} |
84 \item whitespaces are either \texttt{" "} (one or more) or \texttt{$\backslash$n} or |
84 \item whitespaces are either \texttt{" "} (one or more) or \texttt{$\backslash$n} or |
85 \texttt{$\backslash$t} or \texttt{$\backslash$r} |
85 \texttt{$\backslash$t} or \texttt{$\backslash$r} |