Add unary operations to the table

This commit is contained in:
Denton Liu 2016-07-28 15:25:58 -04:00
parent 7a20324142
commit 5687beb424

View File

@ -175,6 +175,8 @@ The following is the order of precedence for operators, listed in order of evalu
+ +-------------------------------------+--------------------------------------------+
| | Unary plus and minus | ``+``, ``-`` |
+ +-------------------------------------+--------------------------------------------+
| | Unary operations | ``after``, ``delete`` |
+ +-------------------------------------+--------------------------------------------+
| | Logical NOT | ``!`` |
+ +-------------------------------------+--------------------------------------------+
| | Bitwise NOT | ``~`` |