cws/cw02.tex
changeset 833 7c3b8bb4a174
parent 797 b8dca27b9d9f
child 835 f4e177bfb398
equal deleted inserted replaced
832:9ccca97503dc 833:7c3b8bb4a174
    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{;}