updated draft
authorChristian Urban <christian.urban@kcl.ac.uk>
Tue, 19 Oct 2021 22:49:14 +0100
changeset 845 6af90edc5086
parent 844 f14b50759000
child 846 c24d16c89c48
updated
cws/cw02.pdf
cws/cw02.tex
Binary file cws/cw02.pdf has changed
--- a/cws/cw02.tex	Tue Oct 19 12:13:13 2021 +0100
+++ b/cws/cw02.tex	Tue Oct 19 22:49:14 2021 +0100
@@ -82,7 +82,7 @@
 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}}
 \item there are semicolons \texttt{;}
 \item whitespaces are either \texttt{" "} (one or more) or \texttt{$\backslash$n} or
-  \texttt{$\backslash$t}
+  \texttt{$\backslash$t} or \texttt{$\backslash$r}
 \item identifiers are letters followed by underscores \texttt{\_\!\_}, letters
 or digits
 \item numbers are \pcode{0}, \pcode{1}, \ldots and so on; give