summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/tut/tut.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 1794ba4..155ee5e 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -464,8 +464,8 @@ or C); parentheses can be used for grouping. For example:
-3
\end{verbatim}
-Like in C, the equal sign (\character{=}) is used to assign a value to a
-variable. The value of an assignment is not written:
+The equal sign (\character{=}) is used to assign a value to a variable.
+Afterwards, no result is displayed before the next interactive prompt:
\begin{verbatim}
>>> width = 20