updated
authorChristian Urban <christian.urban@kcl.ac.uk>
Tue, 19 Oct 2021 22:49:14 +0100
changeset 845 ddd9659971ec
parent 844 bbbc2a7940cb
child 846 3a535de22816
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