Commit 299d9184 authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents b20e5078 9bd5258f
......@@ -422,12 +422,8 @@ The priorities of the binary bitwise operations are all lower than the numeric
operations and higher than the comparisons; the unary operation ``~`` has the
same priority as the other unary numeric operations (``+`` and ``-``).
<<<<<<< local
This table lists the bit-string operations sorted in ascending priority:
=======
This table lists the bitwise operations sorted in ascending priority
(operations in the same box have the same priority):
>>>>>>> other
+------------+--------------------------------+----------+
| Operation | Result | Notes |
......
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