cws/cw02.tex
changeset 850 ea320c9427d2
parent 845 ddd9659971ec
child 860 6f80e6df34f7
equal deleted inserted replaced
849:3d5ecb8f1f2f 850:ea320c9427d2
    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}