cws/cw02.tex
changeset 797 ddcb616e036a
parent 752 c0bdd4ad69ca
child 833 aad5957eb7e4
equal deleted inserted replaced
796:c6f975266155 797:ddcb616e036a
    74   \texttt{=},
    74   \texttt{=},
    75   \texttt{;},
    75   \texttt{;},
    76   \texttt{,} and
    76   \texttt{,} and
    77   \texttt{:}
    77   \texttt{:}
    78 
    78 
       
    79   \textcolor{red}{Please also add \texttt{$\backslash$} for the collatz program.}
       
    80 
    79 \item strings are enclosed by \texttt{"\ldots"} and consisting of
    81 \item strings are enclosed by \texttt{"\ldots"} and consisting of
    80   symbols, whitespaces and digits
    82   symbols, whitespaces and digits
    81 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}}
    83 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}}
    82 \item there are semicolons \texttt{;}
    84 \item there are semicolons \texttt{;}
    83 \item whitespaces are either \texttt{" "} (one or more) or \texttt{$\backslash$n} or
    85 \item whitespaces are either \texttt{" "} (one or more) or \texttt{$\backslash$n} or