diff options
Diffstat (limited to 'Doc/ref/ref2.tex')
-rw-r--r-- | Doc/ref/ref2.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 02c05cd..0e4ea26 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -563,7 +563,7 @@ The following tokens are operators: \index{operators} \begin{verbatim} -+ - * ** / % ++ - * ** / // % << >> & | ^ ~ < > <= >= == != <> \end{verbatim} @@ -581,8 +581,8 @@ The following tokens serve as delimiters in the grammar: \begin{verbatim} ( ) [ ] { } , : . ` = ; -+= -= *= /= %= **= -&= |= ^= >>= <<= ++= -= *= /= //= %= +&= |= ^= >>= <<= **= \end{verbatim} The period can also occur in floating-point and imaginary literals. A |