Commit 6bd8e842 authored by Fred Drake's avatar Fred Drake

update to reflect the new significance of the "@" character

parent c759f070
...@@ -679,7 +679,7 @@ The following tokens serve as delimiters in the grammar: ...@@ -679,7 +679,7 @@ The following tokens serve as delimiters in the grammar:
\index{delimiters} \index{delimiters}
\begin{verbatim} \begin{verbatim}
( ) [ ] { } ( ) [ ] { } @
, : . ` = ; , : . ` = ;
+= -= *= /= //= %= += -= *= /= //= %=
&= |= ^= >>= <<= **= &= |= ^= >>= <<= **=
...@@ -703,5 +703,5 @@ error: ...@@ -703,5 +703,5 @@ error:
\index{ASCII@\ASCII} \index{ASCII@\ASCII}
\begin{verbatim} \begin{verbatim}
@ $ ? $ ?
\end{verbatim} \end{verbatim}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment