cws/cw02.tex
changeset 833 aad5957eb7e4
parent 797 ddcb616e036a
child 835 08b157566a73
equal deleted inserted replaced
832:a6e9fc38ae54 833:aad5957eb7e4
    71   \texttt{\_},
    71   \texttt{\_},
    72   \texttt{>},
    72   \texttt{>},
    73   \texttt{<},
    73   \texttt{<},
    74   \texttt{=},
    74   \texttt{=},
    75   \texttt{;},
    75   \texttt{;},
    76   \texttt{,} and
    76   \texttt{,}
       
    77   \texttt{$\backslash$} and
    77   \texttt{:}
    78   \texttt{:}
    78 
       
    79   \textcolor{red}{Please also add \texttt{$\backslash$} for the collatz program.}
       
    80 
    79 
    81 \item strings are enclosed by \texttt{"\ldots"} and consisting of
    80 \item strings are enclosed by \texttt{"\ldots"} and consisting of
    82   symbols, whitespaces and digits
    81   symbols, whitespaces and digits
    83 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}}
    82 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}}
    84 \item there are semicolons \texttt{;}
    83 \item there are semicolons \texttt{;}