mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add unary operations to the table
This commit is contained in:
parent
7a20324142
commit
5687beb424
@ -175,6 +175,8 @@ The following is the order of precedence for operators, listed in order of evalu
|
|||||||
+ +-------------------------------------+--------------------------------------------+
|
+ +-------------------------------------+--------------------------------------------+
|
||||||
| | Unary plus and minus | ``+``, ``-`` |
|
| | Unary plus and minus | ``+``, ``-`` |
|
||||||
+ +-------------------------------------+--------------------------------------------+
|
+ +-------------------------------------+--------------------------------------------+
|
||||||
|
| | Unary operations | ``after``, ``delete`` |
|
||||||
|
+ +-------------------------------------+--------------------------------------------+
|
||||||
| | Logical NOT | ``!`` |
|
| | Logical NOT | ``!`` |
|
||||||
+ +-------------------------------------+--------------------------------------------+
|
+ +-------------------------------------+--------------------------------------------+
|
||||||
| | Bitwise NOT | ``~`` |
|
| | Bitwise NOT | ``~`` |
|
||||||
|
Loading…
Reference in New Issue
Block a user