cws/cw02.tex
changeset 850 7fb643cb3d9d
parent 845 6af90edc5086
child 860 abf63cd5e11b
equal deleted inserted replaced
849:9e332fb8c96a 850:7fb643cb3d9d
    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}