cws/cw02.tex
changeset 850 7fb643cb3d9d
parent 845 6af90edc5086
child 860 abf63cd5e11b
--- a/cws/cw02.tex	Thu Nov 11 15:58:22 2021 +0000
+++ b/cws/cw02.tex	Mon Nov 22 11:24:08 2021 +0000
@@ -73,11 +73,11 @@
   \texttt{<},
   \texttt{=},
   \texttt{;},
-  \texttt{,}
+  \texttt{,} (comma),
   \texttt{$\backslash$} and
   \texttt{:}
 
-\item strings are enclosed by \texttt{"\ldots"} and consisting of
+\item strings are enclosed by double quotes, like \texttt{"\ldots"}, and consisting of
   symbols, whitespaces and digits
 \item parentheses are \texttt{(}, \texttt{\{}, \texttt{)} and \texttt{\}}
 \item there are semicolons \texttt{;}