cws/cw02.tex
changeset 845 ddd9659971ec
parent 835 08b157566a73
child 850 ea320c9427d2
--- 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