diff options
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 46867ab5..dd4bb9b0 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -204,6 +204,7 @@ The following is the order of precedence for operators, listed in order of evalu | *14* | Ternary operator | ``<conditional> ? <if-true> : <if-false>`` | +------------+-------------------------------------+--------------------------------------------+ | *15* | Assignment operators | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``, | +| | | ``>>=``, ``>>>=``, ``+=``, ``-=``, ``*=``, | | | | ``/=``, ``%=`` | +------------+-------------------------------------+--------------------------------------------+ |